VMware vCloud Suite SDK Perl
The VMware vCloud Suite SDK for Perl supports the client-side vCloud Suite API for access to vCloud services and capabilities
 All Classes Files Functions
List of all members
Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary:

Avaliable Methods

public method set_annotation ()
 
public method get_networks ()
 
public method set_name ()
 
public method get_annotation ()
 
public method get_storage_groups ()
 
public method set_storage_groups ()
 
public method set_additional_params ()
 
public method set_networks ()
 
public method get_additional_params ()
 
public method new ()
 
public method get_name ()
 
public method get_EULAs ()
 
public method set_EULAs ()
 

Detailed Description

The Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary class defines the result of the filter method . See :func:Com::Vmware::Vcenter::Ovf::LibraryItem.filter . The fields in the class describe parameterizable information in the OVF descriptor, with respect to a deployment target, for the deploy method . See :func:Com::Vmware::Vcenter::Ovf::LibraryItem.deploy .

Member Function Documentation

public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::get_additional_params ( )

Gets the value of 'additional_params' property.

Return values
additional_params- The current value of the field. List of additional OVF parameters which can be specified for the deployment target. These OVF parameters can be inspected, optionally modified, and used as values in :attr:Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec.additional_parameters for the deploy method . Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::get_annotation ( )

Gets the value of 'annotation' property.

Return values
annotation- The current value of the field. Default annotation for the virtual machine or virtual appliance. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::get_EULAs ( )

Gets the value of 'EULAs' property.

Return values
EULAs- The current value of the field. List* of End User License Agreements specified in the OVF descriptor. All end user license agreements must be accepted in order for the deploy method to succeed. See :attr:Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec.accept_all_eulaList#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::get_name ( )

Gets the value of 'name' property.

Return values
name- The current value of the field. Default name for the virtual machine or virtual appliance. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::get_networks ( )

Gets the value of 'networks' property.

Return values
networks- The current value of the field. List* of section identifiers for sections of type ovf:NetworkSection in the OVF descriptor. These identifiers can be used as keys in :attr:Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec.network_mappingsOptional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::get_storage_groups ( )

Gets the value of 'storage_groups' property.

Return values
storage_groups- The current value of the field. List* of section identifiers for sections of type vmw:StorageGroupSection in the OVF descriptor. These identifiers can be used as keys in :attr:Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec.storage_mappingsOptional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::set_additional_params ( )

Sets the given value for 'additional_params' property.

Parameters
additional_params- New value for the field. List of additional OVF parameters which can be specified for the deployment target. These OVF parameters can be inspected, optionally modified, and used as values in :attr:Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec.additional_parameters for the deploy method .
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::set_annotation ( )

Sets the given value for 'annotation' property.

Parameters
annotation- New value for the field. Default annotation for the virtual machine or virtual appliance.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::set_EULAs ( )

Sets the given value for 'EULAs' property.

Parameters
EULAs- New value for the field. List* of End User License Agreements specified in the OVF descriptor. All end user license agreements must be accepted in order for the deploy method to succeed. See :attr:Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec.accept_all_eula
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::set_name ( )

Sets the given value for 'name' property.

Parameters
name- New value for the field. Default name for the virtual machine or virtual appliance.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::set_networks ( )

Sets the given value for 'networks' property.

Parameters
networks- New value for the field. List* of section identifiers for sections of type ovf:NetworkSection in the OVF descriptor. These identifiers can be used as keys in :attr:Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec.network_mappings
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::set_storage_groups ( )

Sets the given value for 'storage_groups' property.

Parameters
storage_groups- New value for the field. List* of section identifiers for sections of type vmw:StorageGroupSection in the OVF descriptor. These identifiers can be used as keys in :attr:Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec.storage_mappings
Code:
click to view

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