vcenter ovf: ovf params
The
ovf_params
structure defines the common fields for all OVF deployment parameters. OVF parameters serve several purposes: - Describe information about a given OVF package.
- Describe default deployment configuration.
- Describe possible deployment values based on the deployment environment.
- Provide deployment-specific configuration.
Most OVF parameter structures provide both informational and deployment parameters. However, some are purely informational (for example, download size) and some are purely deployment parameters (for example, the flag to indicate whether registration as a vCenter extension is accepted).
Representation:
{
"type" : "string"
}
"type" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
type | string | Unique identifier describing the type of the OVF parameters. The value is the name of the OVF parameters structure. Optional. This field must be provided in the input parameters when deploying an OVF package. This field will always be present in the result when retrieving information about an OVF package. |