Class: HealthSystemRuntime
- Inherits:
-
DynamicData
- Object
- DynamicData
- HealthSystemRuntime
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HealthSystemRuntime
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
systemHealthInfo - HostSystemHealthInfo
hardwareStatusInfo - HostHardwareStatusInfo
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#hardwareStatusInfo ⇒ Object
Returns the value of attribute hardwareStatusInfo.
-
#systemHealthInfo ⇒ Object
Returns the value of attribute systemHealthInfo.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], systemHealthInfo = nil, hardwareStatusInfo = nil) ⇒ HealthSystemRuntime
constructor
A new instance of HealthSystemRuntime.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], systemHealthInfo = nil, hardwareStatusInfo = nil) ⇒ HealthSystemRuntime
Returns a new instance of HealthSystemRuntime.
19384 19385 19386 19387 19388 19389 |
# File 'lib/vmware/soap/vim25.rb', line 19384 def initialize(dynamicType = nil, dynamicProperty = [], systemHealthInfo = nil, hardwareStatusInfo = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @systemHealthInfo = systemHealthInfo @hardwareStatusInfo = hardwareStatusInfo end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19380 19381 19382 |
# File 'lib/vmware/soap/vim25.rb', line 19380 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19379 19380 19381 |
# File 'lib/vmware/soap/vim25.rb', line 19379 def dynamicType @dynamicType end |
#hardwareStatusInfo ⇒ Object
Returns the value of attribute hardwareStatusInfo.
19382 19383 19384 |
# File 'lib/vmware/soap/vim25.rb', line 19382 def hardwareStatusInfo @hardwareStatusInfo end |
#systemHealthInfo ⇒ Object
Returns the value of attribute systemHealthInfo.
19381 19382 19383 |
# File 'lib/vmware/soap/vim25.rb', line 19381 def systemHealthInfo @systemHealthInfo end |