OvfDeploymentOption

OvfDeploymentOption
OvfDeploymentOption

A deployment option as defined in the OVF specfication.

This corresponds to the Configuration element of the DeploymentOptionSection in the specification.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": "string",
    "label": "string",
    "description": "string"
}
string
key
Required

The key of the deployment option, corresponding to the ovf:id attribute in the OVF descriptor

string
label
Required

A localized label for the deployment option

string
description
Required

A localizable description for the deployment option.