|
VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
|
Avaliable Methods | |
| public method | set_description () |
| public method | get_label () |
| public method | set_label () |
| public method | get_description () |
| public method | get_key () |
| public method | set_key () |
| public method | new () |
| public method | set_default_choice () |
| public method | get_default_choice () |
The Com::Vmware::Vcenter::Ovf::DeploymentOption class 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 class represents one item from that set.
See :func:Com::Vmware::Vcenter::Ovf::LibraryItem.deploy and :func:Com::Vmware::Vcenter::Ovf::LibraryItem.filter .
| public method Com::Vmware::Vcenter::Ovf::DeploymentOption::get_default_choice | ( | ) |
Gets the value of 'default_choice' property.
| default_choice | - The current value of the field. A boolean flag indicates whether this deployment option is the default choice. optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::DeploymentOption::get_description | ( | ) |
Gets the value of 'description' property.
| description | - The current value of the field. A localizable description for the deployment option. optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::DeploymentOption::get_key | ( | ) |
Gets the value of 'key' property.
| key | - The current value of the field. The key of the deployment option, corresponding to the ovf:id attribute in the OVF descriptor. optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::DeploymentOption::get_label | ( | ) |
Gets the value of 'label' property.
| label | - The current value of the field. A localizable label for the deployment option. optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::DeploymentOption::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::DeploymentOption structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Ovf::DeploymentOption::set_default_choice | ( | ) |
Sets the given value for 'default_choice' property.
| default_choice | - New value for the field. A boolean flag indicates whether this deployment option is the default choice. |
Code:
| public method Com::Vmware::Vcenter::Ovf::DeploymentOption::set_description | ( | ) |
Sets the given value for 'description' property.
| description | - New value for the field. A localizable description for the deployment option. |
Code:
| public method Com::Vmware::Vcenter::Ovf::DeploymentOption::set_key | ( | ) |
Sets the given value for 'key' property.
| key | - New value for the field. The key of the deployment option, corresponding to the ovf:id attribute in the OVF descriptor. |
Code:
| public method Com::Vmware::Vcenter::Ovf::DeploymentOption::set_label | ( | ) |
Sets the given value for 'label' property.
| label | - New value for the field. A localizable label for the deployment option. |
Code: