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
 All Classes Files Functions
Classes | List of all members
Com::Vmware::Appliance::Health::System Class Reference
Inheritance diagram for Com::Vmware::Appliance::Health::System:
Com::Vmware::Vapi::Bindings::VapiInterface

Classes

class  HealthLevel
 

Avaliable Methods

public method lastcheck ()
 
public method get ()
 
public method new ()
 

Detailed Description

Com::Vmware::Appliance::Health::System interface provides methods Get overall health of system.

Member Function Documentation

public method Com::Vmware::Appliance::Health::System::get ( )

Get overall health of system.

Return values
Systemhealth. The return type will be Com::Vmware::Appliance::Health::System::HealthLevel
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Health::System::lastcheck ( )

Get last check timestamp of the health of the system.

Return values
Systemhealth last check timestamp. The return type will be datetime.datetime
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Health::System::new ( )

Constructor to initialize the object

Parameters
api_provider- protocol connection to use with stubs created by this factory
StubConfig- Stub's additional configuration
Return values
Blessedobject
Code:
click to view

The documentation for this class was generated from the following file: