|
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_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. 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:
| 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# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::get_EULAs | ( | ) |
Gets the value of 'EULAs' property.
| EULAs | - The current value of the field. 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:
| 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# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::get_networks | ( | ) |
Gets the value of 'networks' property.
| networks | - The current value of the field. 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:
| 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. 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:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary structure
| Blessed | object |
Code:
| 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. 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:
| 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. |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::set_EULAs | ( | ) |
Sets the given value for 'EULAs' property.
| EULAs | - New value for the field. 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.
| name | - New value for the field. Default name for the virtual machine or virtual appliance. |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary::set_networks | ( | ) |
Sets the given value for 'networks' property.
| networks | - New value for the field. 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.
| storage_groups | - New value for the field. 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
|