Class: SwapPlacementOverrideNotSupported
- Inherits:
-
InvalidVmConfig
- Object
- MethodFault
- VimFault
- VmConfigFault
- InvalidVmConfig
- SwapPlacementOverrideNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SwapPlacementOverrideNotSupported
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
property - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#property ⇒ Object
Returns the value of attribute property.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], property = nil) ⇒ SwapPlacementOverrideNotSupported
constructor
A new instance of SwapPlacementOverrideNotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], property = nil) ⇒ SwapPlacementOverrideNotSupported
Returns a new instance of SwapPlacementOverrideNotSupported.
32584 32585 32586 32587 32588 |
# File 'lib/vmware/soap/vim25.rb', line 32584 def initialize(dynamicType = nil, dynamicProperty = [], property = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @property = property end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32581 32582 32583 |
# File 'lib/vmware/soap/vim25.rb', line 32581 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32580 32581 32582 |
# File 'lib/vmware/soap/vim25.rb', line 32580 def dynamicType @dynamicType end |
#property ⇒ Object
Returns the value of attribute property.
32582 32583 32584 |
# File 'lib/vmware/soap/vim25.rb', line 32582 def property @property end |