Class: HostSystemHealthInfo

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25HostSystemHealthInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
numericSensorInfo - HostNumericSensorInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21651
21652
21653
# File 'lib/vmware/soap/vim25.rb', line 21651

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21650
21651
21652
# File 'lib/vmware/soap/vim25.rb', line 21650

def dynamicType
  @dynamicType
end

#numericSensorInfoObject

Returns the value of attribute numericSensorInfo.



21652
21653
21654
# File 'lib/vmware/soap/vim25.rb', line 21652

def numericSensorInfo
  @numericSensorInfo
end