|
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_folder_id () |
| public method | get_folder_id () |
| public method | get_host_id () |
| public method | get_resource_pool_id () |
| public method | new () |
| public method | set_host_id () |
| public method | set_resource_pool_id () |
The Com::Vmware::Vcenter::Ovf::LibraryItem::DeploymentTarget class describes the location (target) where a virtual machine or virtual appliance should be deployed. It is used in the deploy and filter methods . See :func:Com::Vmware::Vcenter::Ovf::LibraryItem.deploy and :func:Com::Vmware::Vcenter::Ovf::LibraryItem.filter .
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::DeploymentTarget::get_folder_id | ( | ) |
Gets the value of 'folder_id' property.
| folder_id | - The current value of the field. Identifier of the vCenter folder that should contain the virtual machine or virtual appliance. The folder must be virtual machine folder. Optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::DeploymentTarget::get_host_id | ( | ) |
Gets the value of 'host_id' property.
| host_id | - The current value of the field. Identifier of the target host on which the virtual machine or virtual appliance will run. The target host must be a member of the cluster that contains the resource pool identified by :attr:Com::Vmware::Vcenter::Ovf::LibraryItem::DeploymentTarget.resource_pool_id . Optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::DeploymentTarget::get_resource_pool_id | ( | ) |
Gets the value of 'resource_pool_id' property.
| resource_pool_id | - The current value of the field. Identifier of the resource pool to which the virtual machine or virtual appliance should be attached. ID# |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::DeploymentTarget::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::LibraryItem::DeploymentTarget structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::DeploymentTarget::set_folder_id | ( | ) |
Sets the given value for 'folder_id' property.
| folder_id | - New value for the field. Identifier of the vCenter folder that should contain the virtual machine or virtual appliance. The folder must be virtual machine folder. |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::DeploymentTarget::set_host_id | ( | ) |
Sets the given value for 'host_id' property.
| host_id | - New value for the field. Identifier of the target host on which the virtual machine or virtual appliance will run. The target host must be a member of the cluster that contains the resource pool identified by :attr:Com::Vmware::Vcenter::Ovf::LibraryItem::DeploymentTarget.resource_pool_id . |
Code:
| public method Com::Vmware::Vcenter::Ovf::LibraryItem::DeploymentTarget::set_resource_pool_id | ( | ) |
Sets the given value for 'resource_pool_id' property.
| resource_pool_id | - New value for the field. Identifier of the resource pool to which the virtual machine or virtual appliance should be attached. |
Code: