Method: ResourcePoolRuntimeInfo#initialize

Defined in:
lib/vmware/soap/vim25.rb

#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