vcenter ovf: deployment option

The deployment_option structure contains the information about a deployment option as defined in the OVF specification.

This corresponds to the ovf:Configuration element of the ovf:DeploymentOptionSection in the specification. The ovf:DeploymentOptionSection specifies a discrete set of intended resource allocation configurations. This structure represents one item from that set.

See deploy and filter.

Representation:

{
    "default_choice"true,
    "description""string",
    "key""string",
    "label""string"
}

Attributes:

Name Type Description
Optional
key string The key of the deployment option, corresponding to the ovf:id attribute in the OVF descriptor.

Optional. This field is not used 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.

label string A localizable label for the deployment option.

Optional. This field is not used 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.

description string A localizable description for the deployment option.

Optional. This field is not used 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.

default_choice boolean A boolean flag indicates whether this deployment option is the default choice.

Optional. This field is not used in the input parameters when deploying an OVF package. This field is optional in the result when retrieving information about an OVF package. If unset or false, it is not the default.