Class: SwapPlacementOverrideNotSupported

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

Overview

urn:vim25SwapPlacementOverrideNotSupported

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
property - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32581
32582
32583
# File 'lib/vmware/soap/vim25.rb', line 32581

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32580
32581
32582
# File 'lib/vmware/soap/vim25.rb', line 32580

def dynamicType
  @dynamicType
end

#propertyObject

Returns the value of attribute property.



32582
32583
32584
# File 'lib/vmware/soap/vim25.rb', line 32582

def property
  @property
end