|
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_deployment_options () |
| public method | get_deployment_options () |
| public method | set_type () |
| public method | get_type () |
| public method | get_selected_key () |
| public method | new () |
| public method | set_selected_key () |
The Com::Vmware::Vcenter::Ovf::DeploymentOptionParams class describes the possible deployment options as well as the choice provided by the user.
This information based on the ovf:DeploymentOptionSection.
See :func:Com::Vmware::Vcenter::Ovf::LibraryItem.deploy and :func:Com::Vmware::Vcenter::Ovf::LibraryItem.filter .
| public method Com::Vmware::Vcenter::Ovf::DeploymentOptionParams::get_deployment_options | ( | ) |
Gets the value of 'deployment_options' property.
| deployment_options | - The current value of the field. List* of deployment options. This field corresponds to the ovf:Configuration elements of the ovf:DeploymentOptionSection in the specification. It is a discrete set of intended resource allocation configurations from which one can be selected. optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::DeploymentOptionParams::get_selected_key | ( | ) |
Gets the value of 'selected_key' property.
| selected_key | - The current value of the field. The selected deployment option. Identifies the class Com::Vmware::Vcenter::Ovf::DeploymentOption in the list in the deploymentOptions field* with a matching value in the :attr:Com::Vmware::Vcenter::Ovf::DeploymentOption.key field . optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::DeploymentOptionParams::get_type | ( | ) |
Gets the value of 'type' property.
| type | - The current value of the field. Unique identifier describing the type of the OVF parameters. The value is the name of the OVF parameters class . optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::DeploymentOptionParams::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::DeploymentOptionParams structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Ovf::DeploymentOptionParams::set_deployment_options | ( | ) |
Sets the given value for 'deployment_options' property.
| deployment_options | - New value for the field. List* of deployment options. This field corresponds to the ovf:Configuration elements of the ovf:DeploymentOptionSection in the specification. It is a discrete set of intended resource allocation configurations from which one can be selected. |
Code:
| public method Com::Vmware::Vcenter::Ovf::DeploymentOptionParams::set_selected_key | ( | ) |
Sets the given value for 'selected_key' property.
| selected_key | - New value for the field. The selected deployment option. Identifies the class Com::Vmware::Vcenter::Ovf::DeploymentOption in the list in the deploymentOptions field* with a matching value in the :attr:Com::Vmware::Vcenter::Ovf::DeploymentOption.key field . |
Code:
| public method Com::Vmware::Vcenter::Ovf::DeploymentOptionParams::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. Unique identifier describing the type of the OVF parameters. The value is the name of the OVF parameters class . |
Code: