Class: HostHardwareStatusInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostHardwareStatusInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostHardwareStatusInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
memoryStatusInfo - HostHardwareElementInfo
cpuStatusInfo - HostHardwareElementInfo
storageStatusInfo - HostStorageElementInfo
Instance Attribute Summary collapse
-
#cpuStatusInfo ⇒ Object
Returns the value of attribute cpuStatusInfo.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#memoryStatusInfo ⇒ Object
Returns the value of attribute memoryStatusInfo.
-
#storageStatusInfo ⇒ Object
Returns the value of attribute storageStatusInfo.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], memoryStatusInfo = [], cpuStatusInfo = [], storageStatusInfo = []) ⇒ HostHardwareStatusInfo
constructor
A new instance of HostHardwareStatusInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], memoryStatusInfo = [], cpuStatusInfo = [], storageStatusInfo = []) ⇒ HostHardwareStatusInfo
Returns a new instance of HostHardwareStatusInfo.
19364 19365 19366 19367 19368 19369 19370 |
# File 'lib/vmware/soap/vim25.rb', line 19364 def initialize(dynamicType = nil, dynamicProperty = [], memoryStatusInfo = [], cpuStatusInfo = [], storageStatusInfo = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @memoryStatusInfo = memoryStatusInfo @cpuStatusInfo = cpuStatusInfo @storageStatusInfo = storageStatusInfo end |
Instance Attribute Details
#cpuStatusInfo ⇒ Object
Returns the value of attribute cpuStatusInfo.
19361 19362 19363 |
# File 'lib/vmware/soap/vim25.rb', line 19361 def cpuStatusInfo @cpuStatusInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19359 19360 19361 |
# File 'lib/vmware/soap/vim25.rb', line 19359 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19358 19359 19360 |
# File 'lib/vmware/soap/vim25.rb', line 19358 def dynamicType @dynamicType end |
#memoryStatusInfo ⇒ Object
Returns the value of attribute memoryStatusInfo.
19360 19361 19362 |
# File 'lib/vmware/soap/vim25.rb', line 19360 def memoryStatusInfo @memoryStatusInfo end |
#storageStatusInfo ⇒ Object
Returns the value of attribute storageStatusInfo.
19362 19363 19364 |
# File 'lib/vmware/soap/vim25.rb', line 19362 def storageStatusInfo @storageStatusInfo end |