com.vmware.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.

Representations:
{
    "default_choice"true,
    "description""string",
    "key""string",
    "label""string"
}
<?xml version="1.0" ?>
<ns0:DeploymentOption xmlns:ns0="http://vmware.com/vcenter/ovf" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <default_choice>true</default_choice>
  <description>string</description>
  <label>string</label>
  <key>string</key>
</ns0:DeploymentOption>

Attributes:
Name Type Required Description
key string Read The key of the deployment option, corresponding to the ovf:id attribute in the OVF descriptor.
label string Read A localizable label for the deployment option.
description string Read A localizable description for the deployment option.
default_choice boolean Read A boolean flag indicates whether this deployment option is the default choice.

Copyright © 2014. All Rights Reserved.