Class: ComputeResourceConfigSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- ComputeResourceConfigSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ComputeResourceConfigSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vmSwapPlacement - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#vmSwapPlacement ⇒ Object
Returns the value of attribute vmSwapPlacement.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], vmSwapPlacement = nil) ⇒ ComputeResourceConfigSpec
constructor
A new instance of ComputeResourceConfigSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], vmSwapPlacement = nil) ⇒ ComputeResourceConfigSpec
Returns a new instance of ComputeResourceConfigSpec.
619 620 621 622 623 |
# File 'lib/vmware/soap/vim25.rb', line 619 def initialize(dynamicType = nil, dynamicProperty = [], vmSwapPlacement = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @vmSwapPlacement = vmSwapPlacement end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
616 617 618 |
# File 'lib/vmware/soap/vim25.rb', line 616 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
615 616 617 |
# File 'lib/vmware/soap/vim25.rb', line 615 def dynamicType @dynamicType end |
#vmSwapPlacement ⇒ Object
Returns the value of attribute vmSwapPlacement.
617 618 619 |
# File 'lib/vmware/soap/vim25.rb', line 617 def vmSwapPlacement @vmSwapPlacement end |