Ovf_DeploymentOption

Ovf_DeploymentOption
Ovf_DeploymentOption

The DeploymentOption 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 LibraryItem.deploy and LibraryItem.filter.

JSON Example
{
    "key": "string",
    "label": "string",
    "description": "string",
    "default_choice": false
}
string
key
Optional

The key of the deployment option, corresponding to the ovf:id attribute in the OVF descriptor. 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.

string
label
Optional

A localizable label for the deployment option. 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.

string
description
Optional

A localizable description for the deployment option. 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.

boolean
default_choice
Optional

A boolean flag indicates whether this deployment option is the default choice. 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.