Class: ResourcePoolSummary

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

Overview

urn:vim25ResourcePoolSummary

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
config - ResourceConfigSpec
runtime - ResourcePoolRuntimeInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil, config = nil, runtime = nil) ⇒ ResourcePoolSummary

Returns a new instance of ResourcePoolSummary.



2117
2118
2119
2120
2121
2122
2123
# File 'lib/vmware/soap/vim25.rb', line 2117

def initialize(dynamicType = nil, dynamicProperty = [], name = nil, config = nil, runtime = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @name = name
  @config = config
  @runtime = runtime
end

Instance Attribute Details

#configObject

Returns the value of attribute config.



2114
2115
2116
# File 'lib/vmware/soap/vim25.rb', line 2114

def config
  @config
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2112
2113
2114
# File 'lib/vmware/soap/vim25.rb', line 2112

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2111
2112
2113
# File 'lib/vmware/soap/vim25.rb', line 2111

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



2113
2114
2115
# File 'lib/vmware/soap/vim25.rb', line 2113

def name
  @name
end

#runtimeObject

Returns the value of attribute runtime.



2115
2116
2117
# File 'lib/vmware/soap/vim25.rb', line 2115

def runtime
  @runtime
end