Class: ResourceConfigSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- ResourceConfigSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ResourceConfigSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
entity - ManagedObjectReference
changeVersion - SOAP::SOAPString
lastModified - SOAP::SOAPDateTime
cpuAllocation - ResourceAllocationInfo
memoryAllocation - ResourceAllocationInfo
Instance Attribute Summary collapse
-
#changeVersion ⇒ Object
Returns the value of attribute changeVersion.
-
#cpuAllocation ⇒ Object
Returns the value of attribute cpuAllocation.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#lastModified ⇒ Object
Returns the value of attribute lastModified.
-
#memoryAllocation ⇒ Object
Returns the value of attribute memoryAllocation.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, changeVersion = nil, lastModified = nil, cpuAllocation = nil, memoryAllocation = nil) ⇒ ResourceConfigSpec
constructor
A new instance of ResourceConfigSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, changeVersion = nil, lastModified = nil, cpuAllocation = nil, memoryAllocation = nil) ⇒ ResourceConfigSpec
Returns a new instance of ResourceConfigSpec.
2040 2041 2042 2043 2044 2045 2046 2047 2048 |
# File 'lib/vmware/soap/vim25.rb', line 2040 def initialize(dynamicType = nil, dynamicProperty = [], entity = nil, changeVersion = nil, lastModified = nil, cpuAllocation = nil, memoryAllocation = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @entity = entity @changeVersion = changeVersion @lastModified = lastModified @cpuAllocation = cpuAllocation @memoryAllocation = memoryAllocation end |
Instance Attribute Details
#changeVersion ⇒ Object
Returns the value of attribute changeVersion.
2035 2036 2037 |
# File 'lib/vmware/soap/vim25.rb', line 2035 def changeVersion @changeVersion end |
#cpuAllocation ⇒ Object
Returns the value of attribute cpuAllocation.
2037 2038 2039 |
# File 'lib/vmware/soap/vim25.rb', line 2037 def cpuAllocation @cpuAllocation end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2033 2034 2035 |
# File 'lib/vmware/soap/vim25.rb', line 2033 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2032 2033 2034 |
# File 'lib/vmware/soap/vim25.rb', line 2032 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
2034 2035 2036 |
# File 'lib/vmware/soap/vim25.rb', line 2034 def entity @entity end |
#lastModified ⇒ Object
Returns the value of attribute lastModified.
2036 2037 2038 |
# File 'lib/vmware/soap/vim25.rb', line 2036 def lastModified @lastModified end |
#memoryAllocation ⇒ Object
Returns the value of attribute memoryAllocation.
2038 2039 2040 |
# File 'lib/vmware/soap/vim25.rb', line 2038 def memoryAllocation @memoryAllocation end |