|
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 | new () |
The Com::Vmware::Vcenter::Host::PowerState enumerated type defines the power states of a host. Constant Com::Vmware::Vcenter::Host::PowerState::POWERED_ON # The host is powered on. A host that is entering standby mode is also in this state. Constant Com::Vmware::Vcenter::Host::PowerState::POWERED_OFF # The host was specifically powered off by the user through vCenter server. This state is not a cetain state, because after vCenter server issues the command to power off the host, the host might crash, or kill all the processes but fail to power off. Constant Com::Vmware::Vcenter::Host::PowerState::STANDBY # The host was specifically put in standby mode, either explicitly by the user, or automatically by DPM. This state is not a cetain state, because after VirtualCenter issues the command to put the host in standby state, the host might crash, or kill all the processes but fail to enter standby mode. A host that is exiting standby mode is also in this state.
| public method Com::Vmware::Vcenter::Host::PowerState::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Host::PowerState enumeration.
| Blessed | object |
Code: