Class: Com::Vmware::Appliance::Health::System
- Inherits:
-
VAPI::Bindings::VapiService
- Object
- VAPI::Bindings::VapiService
- Com::Vmware::Appliance::Health::System
- Defined in:
- /build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/health.rb
Overview
``Com::Vmware::Appliance::Health::System`` class provides methods Get overall health of system.
Defined Under Namespace
Classes: HealthLevel
Instance Method Summary (collapse)
-
- (Com::Vmware::Appliance::Health::System::HealthLevel) get
Get overall health of system.
-
- (System) initialize(config)
constructor
Constructs a new instance.
-
- (DateTime) lastcheck
Get last check timestamp of the health of the system.
Constructor Details
- (System) initialize(config)
Constructs a new instance.
881 882 883 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/health.rb', line 881 def initialize(config) super(config, @@service_info) end |
Instance Method Details
- (Com::Vmware::Appliance::Health::System::HealthLevel) get
Get overall health of system.
903 904 905 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/health.rb', line 903 def get() invoke_with_info(@@get_info) end |
- (DateTime) lastcheck
Get last check timestamp of the health of the system.
892 893 894 |
# File '/build/mts/release/bora-4571906/build/sdk/aggregated-bindings/ruby/com/vmware/appliance/health.rb', line 892 def lastcheck() invoke_with_info(@@lastcheck_info) end |