Class: ResourcePoolRuntimeInfo

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

Overview

urn:vim25ResourcePoolRuntimeInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
memory - ResourcePoolResourceUsage
cpu - ResourcePoolResourceUsage
overallStatus - ManagedEntityStatus

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], memory = nil, cpu = nil, overallStatus = nil) ⇒ ResourcePoolRuntimeInfo

Returns a new instance of ResourcePoolRuntimeInfo.



2095
2096
2097
2098
2099
2100
2101
# File 'lib/vmware/soap/vim25.rb', line 2095

def initialize(dynamicType = nil, dynamicProperty = [], memory = nil, cpu = nil, overallStatus = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @memory = memory
  @cpu = cpu
  @overallStatus = overallStatus
end

Instance Attribute Details

#cpuObject

Returns the value of attribute cpu.



2092
2093
2094
# File 'lib/vmware/soap/vim25.rb', line 2092

def cpu
  @cpu
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2090
2091
2092
# File 'lib/vmware/soap/vim25.rb', line 2090

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2089
2090
2091
# File 'lib/vmware/soap/vim25.rb', line 2089

def dynamicType
  @dynamicType
end

#memoryObject

Returns the value of attribute memory.



2091
2092
2093
# File 'lib/vmware/soap/vim25.rb', line 2091

def memory
  @memory
end

#overallStatusObject

Returns the value of attribute overallStatus.



2093
2094
2095
# File 'lib/vmware/soap/vim25.rb', line 2093

def overallStatus
  @overallStatus
end