Class: InvalidAffinitySettingFault

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

Overview

urn:vim25InvalidAffinitySettingFault

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = []) ⇒ InvalidAffinitySettingFault

Returns a new instance of InvalidAffinitySettingFault.



30650
30651
30652
30653
# File 'lib/vmware/soap/vim25.rb', line 30650

def initialize(dynamicType = nil, dynamicProperty = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30648
30649
30650
# File 'lib/vmware/soap/vim25.rb', line 30648

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30647
30648
30649
# File 'lib/vmware/soap/vim25.rb', line 30647

def dynamicType
  @dynamicType
end