Class: HostSystemHealthInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostSystemHealthInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostSystemHealthInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
numericSensorInfo - HostNumericSensorInfo
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#numericSensorInfo ⇒ Object
Returns the value of attribute numericSensorInfo.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], numericSensorInfo = []) ⇒ HostSystemHealthInfo
constructor
A new instance of HostSystemHealthInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], numericSensorInfo = []) ⇒ HostSystemHealthInfo
Returns a new instance of HostSystemHealthInfo.
21654 21655 21656 21657 21658 |
# File 'lib/vmware/soap/vim25.rb', line 21654 def initialize(dynamicType = nil, dynamicProperty = [], numericSensorInfo = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @numericSensorInfo = numericSensorInfo end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21651 21652 21653 |
# File 'lib/vmware/soap/vim25.rb', line 21651 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21650 21651 21652 |
# File 'lib/vmware/soap/vim25.rb', line 21650 def dynamicType @dynamicType end |
#numericSensorInfo ⇒ Object
Returns the value of attribute numericSensorInfo.
21652 21653 21654 |
# File 'lib/vmware/soap/vim25.rb', line 21652 def numericSensorInfo @numericSensorInfo end |