|
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_host_folder () |
| public method | get_host_folder () |
| public method | set_name () |
| public method | set_network_folder () |
| public method | get_network_folder () |
| public method | get_vm_folder () |
| public method | new () |
| public method | get_datastore_folder () |
| public method | set_vm_folder () |
| public method | get_name () |
| public method | set_datastore_folder () |
The Com::Vmware::Vcenter::Datacenter::Info class contains information about a datacenter in vCenter Server.
| public method Com::Vmware::Vcenter::Datacenter::Info::get_datastore_folder | ( | ) |
Gets the value of 'datastore_folder' property.
| datastore_folder | - The current value of the field. The root datastore folder associated with the datacenter. ID# |
Code:
| public method Com::Vmware::Vcenter::Datacenter::Info::get_host_folder | ( | ) |
Gets the value of 'host_folder' property.
| host_folder | - The current value of the field. The root host and cluster folder associated with the datacenter. ID# |
Code:
| public method Com::Vmware::Vcenter::Datacenter::Info::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. The name of the datacenter. String# |
Code:
| public method Com::Vmware::Vcenter::Datacenter::Info::get_network_folder | ( | ) |
Gets the value of 'network_folder' property.
| network_folder | - The current value of the field. The root network folder associated with the datacenter. ID# |
Code:
| public method Com::Vmware::Vcenter::Datacenter::Info::get_vm_folder | ( | ) |
Gets the value of 'vm_folder' property.
| vm_folder | - The current value of the field. The root virtual machine folder associated with the datacenter. ID# |
Code:
| public method Com::Vmware::Vcenter::Datacenter::Info::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Datacenter::Info structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Datacenter::Info::set_datastore_folder | ( | ) |
Sets the given value for 'datastore_folder' property.
| datastore_folder | - New value for the field. The root datastore folder associated with the datacenter. |
Code:
| public method Com::Vmware::Vcenter::Datacenter::Info::set_host_folder | ( | ) |
Sets the given value for 'host_folder' property.
| host_folder | - New value for the field. The root host and cluster folder associated with the datacenter. |
Code:
| public method Com::Vmware::Vcenter::Datacenter::Info::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. The name of the datacenter. |
Code:
| public method Com::Vmware::Vcenter::Datacenter::Info::set_network_folder | ( | ) |
Sets the given value for 'network_folder' property.
| network_folder | - New value for the field. The root network folder associated with the datacenter. |
Code:
| public method Com::Vmware::Vcenter::Datacenter::Info::set_vm_folder | ( | ) |
Sets the given value for 'vm_folder' property.
| vm_folder | - New value for the field. The root virtual machine folder associated with the datacenter. |
Code: