Class: TooManyDevices

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

Overview

urn:vim25TooManyDevices

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TooManyDevices.



32600
32601
32602
32603
32604
# File 'lib/vmware/soap/vim25.rb', line 32600

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32597
32598
32599
# File 'lib/vmware/soap/vim25.rb', line 32597

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32596
32597
32598
# File 'lib/vmware/soap/vim25.rb', line 32596

def dynamicType
  @dynamicType
end

#propertyObject

Returns the value of attribute property.



32598
32599
32600
# File 'lib/vmware/soap/vim25.rb', line 32598

def property
  @property
end