Class: TooManyDevices
- Inherits:
-
InvalidVmConfig
- Object
- MethodFault
- VimFault
- VmConfigFault
- InvalidVmConfig
- TooManyDevices
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25TooManyDevices
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) ⇒ TooManyDevices
constructor
A new instance of TooManyDevices.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32597 32598 32599 |
# File 'lib/vmware/soap/vim25.rb', line 32597 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32596 32597 32598 |
# File 'lib/vmware/soap/vim25.rb', line 32596 def dynamicType @dynamicType end |
#property ⇒ Object
Returns the value of attribute property.
32598 32599 32600 |
# File 'lib/vmware/soap/vim25.rb', line 32598 def property @property end |