|
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_datacenter () |
| public method | set_name () |
| public method | new () |
| public method | get_name () |
| public method | get_datacenter () |
The Com::Vmware::Vcenter::Datacenter::Summary class contains commonly used information about a datacenter in vCenter Server.
| public method Com::Vmware::Vcenter::Datacenter::Summary::get_datacenter | ( | ) |
Gets the value of 'datacenter' property.
| datacenter | - The current value of the field. Identifier of the datacenter. ID# |
Code:
| public method Com::Vmware::Vcenter::Datacenter::Summary::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. Name of the datacenter. String# |
Code:
| public method Com::Vmware::Vcenter::Datacenter::Summary::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Datacenter::Summary structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Datacenter::Summary::set_datacenter | ( | ) |
Sets the given value for 'datacenter' property.
| datacenter | - New value for the field. Identifier of the datacenter. |
Code:
| public method Com::Vmware::Vcenter::Datacenter::Summary::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. Name of the datacenter. |
Code: