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
|
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 () |
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
.
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::get_additional_params | ( | ) |
Gets the value of 'additional_params' property.
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# |
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::get_annotation | ( | ) |
Gets the value of 'annotation' property.
annotation | - The current value of the field. Default annotation for the virtual machine or virtual appliance. Optional# |
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::get_EULAs | ( | ) |
Gets the value of 'EULAs' property.
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_eula List# |
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::get_name | ( | ) |
Gets the value of 'name' property.
name | - The current value of the field. Default name for the virtual machine or virtual appliance. Optional# |
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::get_networks | ( | ) |
Gets the value of 'networks' property.
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_mappings Optional# |
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::get_storage_groups | ( | ) |
Gets the value of 'storage_groups' property.
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_mappings Optional# |
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary structure
Blessed | object |
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::set_additional_params | ( | ) |
Sets the given value for 'additional_params' property.
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 . |
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::set_annotation | ( | ) |
Sets the given value for 'annotation' property.
annotation | - New value for the field. Default annotation for the virtual machine or virtual appliance. |
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::set_EULAs | ( | ) |
Sets the given value for 'EULAs' property.
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
![]() click to view
|
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::set_name | ( | ) |
Sets the given value for 'name' property.
name | - New value for the field. Default name for the virtual machine or virtual appliance. |
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::set_networks | ( | ) |
Sets the given value for 'networks' property.
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
![]() click to view
|
public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::set_storage_groups | ( | ) |
Sets the given value for 'storage_groups' property.
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
![]() click to view
|