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
 All Classes Files Functions
List of all members
Com::Vmware::Vcenter::Ovf::DeploymentOptionParams Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Ovf::DeploymentOptionParams:

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 ()
 

Detailed Description

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 .

Member Function Documentation

public method Com::Vmware::Vcenter::Ovf::DeploymentOptionParams::get_deployment_options ( )

Gets the value of 'deployment_options' property.

Return values
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:
click to view
public method Com::Vmware::Vcenter::Ovf::DeploymentOptionParams::get_selected_key ( )

Gets the value of 'selected_key' property.

Return values
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:
click to view
public method Com::Vmware::Vcenter::Ovf::DeploymentOptionParams::get_type ( )

Gets the value of 'type' property.

Return values
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:
click to view
public method Com::Vmware::Vcenter::Ovf::DeploymentOptionParams::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Ovf::DeploymentOptionParams structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::DeploymentOptionParams::set_deployment_options ( )

Sets the given value for 'deployment_options' property.

Parameters
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:
click to view
public method Com::Vmware::Vcenter::Ovf::DeploymentOptionParams::set_selected_key ( )

Sets the given value for 'selected_key' property.

Parameters
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:
click to view
public method Com::Vmware::Vcenter::Ovf::DeploymentOptionParams::set_type ( )

Sets the given value for 'type' property.

Parameters
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:
click to view

The documentation for this class was generated from the following file: