|
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_resource_pool () |
| public method | get_resource_pool () |
| public method | set_name () |
| public method | new () |
| public method | get_name () |
The Com::Vmware::Vcenter::Cluster::Info class contains information about a cluster in vCenter Server.
| public method Com::Vmware::Vcenter::Cluster::Info::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. The name of the cluster String# |
Code:
| public method Com::Vmware::Vcenter::Cluster::Info::get_resource_pool | ( | ) |
Gets the value of 'resource_pool' property.
| resource_pool | - The current value of the field. Identifier of the root resource pool of the cluster ID# |
Code:
| public method Com::Vmware::Vcenter::Cluster::Info::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Cluster::Info structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Cluster::Info::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. The name of the cluster |
Code:
| public method Com::Vmware::Vcenter::Cluster::Info::set_resource_pool | ( | ) |
Sets the given value for 'resource_pool' property.
| resource_pool | - New value for the field. Identifier of the root resource pool of the cluster |
Code: