Class: HostNumericSensorInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostNumericSensorInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostNumericSensorInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
healthState - ElementDescription
currentReading - SOAP::SOAPLong
unitModifier - SOAP::SOAPInt
baseUnits - SOAP::SOAPString
rateUnits - SOAP::SOAPString
sensorType - SOAP::SOAPString
Instance Attribute Summary collapse
-
#baseUnits ⇒ Object
Returns the value of attribute baseUnits.
-
#currentReading ⇒ Object
Returns the value of attribute currentReading.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#healthState ⇒ Object
Returns the value of attribute healthState.
-
#name ⇒ Object
Returns the value of attribute name.
-
#rateUnits ⇒ Object
Returns the value of attribute rateUnits.
-
#sensorType ⇒ Object
Returns the value of attribute sensorType.
-
#unitModifier ⇒ Object
Returns the value of attribute unitModifier.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, healthState = nil, currentReading = nil, unitModifier = nil, baseUnits = nil, rateUnits = nil, sensorType = nil) ⇒ HostNumericSensorInfo
constructor
A new instance of HostNumericSensorInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, healthState = nil, currentReading = nil, unitModifier = nil, baseUnits = nil, rateUnits = nil, sensorType = nil) ⇒ HostNumericSensorInfo
Returns a new instance of HostNumericSensorInfo.
20629 20630 20631 20632 20633 20634 20635 20636 20637 20638 20639 |
# File 'lib/vmware/soap/vim25.rb', line 20629 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, healthState = nil, currentReading = nil, unitModifier = nil, baseUnits = nil, rateUnits = nil, sensorType = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @healthState = healthState @currentReading = currentReading @unitModifier = unitModifier @baseUnits = baseUnits @rateUnits = rateUnits @sensorType = sensorType end |
Instance Attribute Details
#baseUnits ⇒ Object
Returns the value of attribute baseUnits.
20625 20626 20627 |
# File 'lib/vmware/soap/vim25.rb', line 20625 def baseUnits @baseUnits end |
#currentReading ⇒ Object
Returns the value of attribute currentReading.
20623 20624 20625 |
# File 'lib/vmware/soap/vim25.rb', line 20623 def currentReading @currentReading end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20620 20621 20622 |
# File 'lib/vmware/soap/vim25.rb', line 20620 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20619 20620 20621 |
# File 'lib/vmware/soap/vim25.rb', line 20619 def dynamicType @dynamicType end |
#healthState ⇒ Object
Returns the value of attribute healthState.
20622 20623 20624 |
# File 'lib/vmware/soap/vim25.rb', line 20622 def healthState @healthState end |
#name ⇒ Object
Returns the value of attribute name.
20621 20622 20623 |
# File 'lib/vmware/soap/vim25.rb', line 20621 def name @name end |
#rateUnits ⇒ Object
Returns the value of attribute rateUnits.
20626 20627 20628 |
# File 'lib/vmware/soap/vim25.rb', line 20626 def rateUnits @rateUnits end |
#sensorType ⇒ Object
Returns the value of attribute sensorType.
20627 20628 20629 |
# File 'lib/vmware/soap/vim25.rb', line 20627 def sensorType @sensorType end |
#unitModifier ⇒ Object
Returns the value of attribute unitModifier.
20624 20625 20626 |
# File 'lib/vmware/soap/vim25.rb', line 20624 def unitModifier @unitModifier end |