|
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
|
Classes | |
| class | HealthLevel |
Avaliable Methods | |
| public method | lastcheck () |
| public method | get () |
| public method | new () |
Com::Vmware::Appliance::Health::System interface provides methods Get overall health of system.
| public method Com::Vmware::Appliance::Health::System::get | ( | ) |
Get overall health of system.
| System | health. The return type will be Com::Vmware::Appliance::Health::System::HealthLevel |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Health::System::lastcheck | ( | ) |
Get last check timestamp of the health of the system.
| System | health last check timestamp. The return type will be datetime.datetime |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Health::System::new | ( | ) |
Constructor to initialize the object
| api_provider | - protocol connection to use with stubs created by this factory |
| StubConfig | - Stub's additional configuration |
| Blessed | object |
Code: