|
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_additional_parameters () |
| public method | set_storage_mappings () |
| public method | get_flags () |
| public method | set_locale () |
| public method | set_name () |
| public method | get_network_mappings () |
| public method | set_storage_provisioning () |
| public method | set_accept_all_EULA () |
| public method | new () |
| public method | get_accept_all_EULA () |
| public method | set_default_datastore_id () |
| public method | get_default_datastore_id () |
| public method | set_network_mappings () |
| public method | set_annotation () |
| public method | set_storage_profile_id () |
| public method | get_locale () |
| public method | get_annotation () |
| public method | set_flags () |
| public method | get_storage_provisioning () |
| public method | get_additional_parameters () |
| public method | get_storage_profile_id () |
| public method | get_name () |
| public method | get_storage_mappings () |
The Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec class defines the deployment parameters that can be specified for the deploy method where the deployment target is a resource pool. See :func:Com::Vmware::Vcenter::Ovf::LibraryItem.deploy .
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::get_accept_all_EULA | ( | ) |
Gets the value of 'accept_all_EULA' property.
| accept_all_EULA | - The current value of the field. Whether to accept all End User License Agreements. See :attr:Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary.eulas . boolean# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::get_additional_parameters | ( | ) |
Gets the value of 'additional_parameters' property.
| additional_parameters | - The current value of the field. Additional OVF parameters that may be needed for the deployment. Additional OVF parameters may be required by the OVF descriptor of the OVF package in the library item. Examples of OVF parameters that can be specified through this field include, but are not limited to:
|
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::get_annotation | ( | ) |
Gets the value of 'annotation' property.
| annotation | - The current value of the field. Annotation assigned to the deployed target virtual machine or virtual appliance. Optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::get_default_datastore_id | ( | ) |
Gets the value of 'default_datastore_id' property.
| default_datastore_id | - The current value of the field. Default datastore to use for all sections of type vmw:StorageSection in the OVF descriptor. Optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::get_flags | ( | ) |
Gets the value of 'flags' property.
| flags | - The current value of the field. Flags to be use for deployment. The supported flag values can be obtained using :func:Com::Vmware::Vcenter::Ovf::ImportFlag.list . Optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::get_locale | ( | ) |
Gets the value of 'locale' property.
| locale | - The current value of the field. The locale to use for parsing the OVF descriptor. Optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. Name assigned to the deployed target virtual machine or virtual appliance. Optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::get_network_mappings | ( | ) |
Gets the value of 'network_mappings' property.
| network_mappings | - The current value of the field. Specification of the target network to use for sections of type ovf:NetworkSection in the OVF descriptor. The key in the map is the section identifier of the ovf:NetworkSection section in the OVF descriptor and the value is the target network to be used for deployment. Optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::get_storage_mappings | ( | ) |
Gets the value of 'storage_mappings' property.
| storage_mappings | - The current value of the field. Specification of the target storage to use for sections of type vmw:StorageGroupSection in the OVF descriptor. The key in the map is the section identifier of the ovf:StorageGroupSection section in the OVF descriptor and the value is the target storage specification to be used for deployment. See class Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping . Optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::get_storage_profile_id | ( | ) |
Gets the value of 'storage_profile_id' property.
| storage_profile_id | - The current value of the field. Default storage profile to use for all sections of type vmw:StorageSection in the OVF descriptor. Optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::get_storage_provisioning | ( | ) |
Gets the value of 'storage_provisioning' property.
| storage_provisioning | - The current value of the field. Default storage provisioning type to use for all sections of type vmw:StorageSection in the OVF descriptor. Optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::set_accept_all_EULA | ( | ) |
Sets the given value for 'accept_all_EULA' property.
| accept_all_EULA | - New value for the field. Whether to accept all End User License Agreements. See :attr:Com::Vmware::Vcenter::Ovf::LibraryItem::OvfSummary.eulas . |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::set_additional_parameters | ( | ) |
Sets the given value for 'additional_parameters' property.
| additional_parameters | - New value for the field. Additional OVF parameters that may be needed for the deployment. Additional OVF parameters may be required by the OVF descriptor of the OVF package in the library item. Examples of OVF parameters that can be specified through this field include, but are not limited to:
|
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::set_annotation | ( | ) |
Sets the given value for 'annotation' property.
| annotation | - New value for the field. Annotation assigned to the deployed target virtual machine or virtual appliance. |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::set_default_datastore_id | ( | ) |
Sets the given value for 'default_datastore_id' property.
| default_datastore_id | - New value for the field. Default datastore to use for all sections of type vmw:StorageSection in the OVF descriptor. |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::set_flags | ( | ) |
Sets the given value for 'flags' property.
| flags | - New value for the field. Flags to be use for deployment. The supported flag values can be obtained using :func:Com::Vmware::Vcenter::Ovf::ImportFlag.list . |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::set_locale | ( | ) |
Sets the given value for 'locale' property.
| locale | - New value for the field. The locale to use for parsing the OVF descriptor. |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. Name assigned to the deployed target virtual machine or virtual appliance. |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::set_network_mappings | ( | ) |
Sets the given value for 'network_mappings' property.
| network_mappings | - New value for the field. Specification of the target network to use for sections of type ovf:NetworkSection in the OVF descriptor. The key in the map is the section identifier of the ovf:NetworkSection section in the OVF descriptor and the value is the target network to be used for deployment. |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::set_storage_mappings | ( | ) |
Sets the given value for 'storage_mappings' property.
| storage_mappings | - New value for the field. Specification of the target storage to use for sections of type vmw:StorageGroupSection in the OVF descriptor. The key in the map is the section identifier of the ovf:StorageGroupSection section in the OVF descriptor and the value is the target storage specification to be used for deployment. See class Com::Vmware::Vcenter::Ovf::LibraryItem::StorageGroupMapping . |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::set_storage_profile_id | ( | ) |
Sets the given value for 'storage_profile_id' property.
| storage_profile_id | - New value for the field. Default storage profile to use for all sections of type vmw:StorageSection in the OVF descriptor. |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::ResourcePoolDeploymentSpec::set_storage_provisioning | ( | ) |
Sets the given value for 'storage_provisioning' property.
| storage_provisioning | - New value for the field. Default storage provisioning type to use for all sections of type vmw:StorageSection in the OVF descriptor. |
Code: