Class: HostNumericSensorInfo

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#baseUnitsObject

Returns the value of attribute baseUnits.



20625
20626
20627
# File 'lib/vmware/soap/vim25.rb', line 20625

def baseUnits
  @baseUnits
end

#currentReadingObject

Returns the value of attribute currentReading.



20623
20624
20625
# File 'lib/vmware/soap/vim25.rb', line 20623

def currentReading
  @currentReading
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20620
20621
20622
# File 'lib/vmware/soap/vim25.rb', line 20620

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20619
20620
20621
# File 'lib/vmware/soap/vim25.rb', line 20619

def dynamicType
  @dynamicType
end

#healthStateObject

Returns the value of attribute healthState.



20622
20623
20624
# File 'lib/vmware/soap/vim25.rb', line 20622

def healthState
  @healthState
end

#nameObject

Returns the value of attribute name.



20621
20622
20623
# File 'lib/vmware/soap/vim25.rb', line 20621

def name
  @name
end

#rateUnitsObject

Returns the value of attribute rateUnits.



20626
20627
20628
# File 'lib/vmware/soap/vim25.rb', line 20626

def rateUnits
  @rateUnits
end

#sensorTypeObject

Returns the value of attribute sensorType.



20627
20628
20629
# File 'lib/vmware/soap/vim25.rb', line 20627

def sensorType
  @sensorType
end

#unitModifierObject

Returns the value of attribute unitModifier.



20624
20625
20626
# File 'lib/vmware/soap/vim25.rb', line 20624

def unitModifier
  @unitModifier
end