|
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_drs_enabled () |
| public method | set_name () |
| public method | set_ha_enabled () |
| public method | set_cluster () |
| public method | get_ha_enabled () |
| public method | get_drs_enabled () |
| public method | new () |
| public method | get_cluster () |
| public method | get_name () |
The Com::Vmware::Vcenter::Cluster::Summary class contains commonly used information about a cluster in vCenter Server.
| public method Com::Vmware::Vcenter::Cluster::Summary::get_cluster | ( | ) |
Gets the value of 'cluster' property.
| cluster | - The current value of the field. Identifier of the cluster. ID# |
Code:
| public method Com::Vmware::Vcenter::Cluster::Summary::get_drs_enabled | ( | ) |
Gets the value of 'drs_enabled' property.
| drs_enabled | - The current value of the field. Flag indicating whether the vSphere DRS service is enabled for the cluster. boolean# |
Code:
| public method Com::Vmware::Vcenter::Cluster::Summary::get_ha_enabled | ( | ) |
Gets the value of 'ha_enabled' property.
| ha_enabled | - The current value of the field. Flag indicating whether the vSphere HA feature is enabled for the cluster. boolean# |
Code:
| public method Com::Vmware::Vcenter::Cluster::Summary::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. Name of the cluster. String# |
Code:
| public method Com::Vmware::Vcenter::Cluster::Summary::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Cluster::Summary structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Cluster::Summary::set_cluster | ( | ) |
Sets the given value for 'cluster' property.
| cluster | - New value for the field. Identifier of the cluster. |
Code:
| public method Com::Vmware::Vcenter::Cluster::Summary::set_drs_enabled | ( | ) |
Sets the given value for 'drs_enabled' property.
| drs_enabled | - New value for the field. Flag indicating whether the vSphere DRS service is enabled for the cluster. |
Code:
| public method Com::Vmware::Vcenter::Cluster::Summary::set_ha_enabled | ( | ) |
Sets the given value for 'ha_enabled' property.
| ha_enabled | - New value for the field. Flag indicating whether the vSphere HA feature is enabled for the cluster. |
Code:
| public method Com::Vmware::Vcenter::Cluster::Summary::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. Name of the cluster. |
Code: