Class: ResourcePoolSummary
- Inherits:
-
DynamicData
- Object
- DynamicData
- ResourcePoolSummary
- 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
-
#config ⇒ Object
Returns the value of attribute config.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
-
#runtime ⇒ Object
Returns the value of attribute runtime.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, config = nil, runtime = nil) ⇒ ResourcePoolSummary
constructor
A new instance of ResourcePoolSummary.
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
#config ⇒ Object
Returns the value of attribute config.
2114 2115 2116 |
# File 'lib/vmware/soap/vim25.rb', line 2114 def config @config end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2112 2113 2114 |
# File 'lib/vmware/soap/vim25.rb', line 2112 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2111 2112 2113 |
# File 'lib/vmware/soap/vim25.rb', line 2111 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
2113 2114 2115 |
# File 'lib/vmware/soap/vim25.rb', line 2113 def name @name end |
#runtime ⇒ Object
Returns the value of attribute runtime.
2115 2116 2117 |
# File 'lib/vmware/soap/vim25.rb', line 2115 def runtime @runtime end |