Class: HostHardwareStatusInfo

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

Instance Method Summary collapse

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

#cpuStatusInfoObject

Returns the value of attribute cpuStatusInfo.



19361
19362
19363
# File 'lib/vmware/soap/vim25.rb', line 19361

def cpuStatusInfo
  @cpuStatusInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19359
19360
19361
# File 'lib/vmware/soap/vim25.rb', line 19359

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19358
19359
19360
# File 'lib/vmware/soap/vim25.rb', line 19358

def dynamicType
  @dynamicType
end

#memoryStatusInfoObject

Returns the value of attribute memoryStatusInfo.



19360
19361
19362
# File 'lib/vmware/soap/vim25.rb', line 19360

def memoryStatusInfo
  @memoryStatusInfo
end

#storageStatusInfoObject

Returns the value of attribute storageStatusInfo.



19362
19363
19364
# File 'lib/vmware/soap/vim25.rb', line 19362

def storageStatusInfo
  @storageStatusInfo
end