Class: IncompatibleDefaultDevice
- Inherits:
-
MigrationFault
- Object
- MethodFault
- VimFault
- MigrationFault
- IncompatibleDefaultDevice
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25IncompatibleDefaultDevice
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
Instance Attribute Summary collapse
-
#device ⇒ Object
Returns the value of attribute device.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], device = nil) ⇒ IncompatibleDefaultDevice
constructor
A new instance of IncompatibleDefaultDevice.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], device = nil) ⇒ IncompatibleDefaultDevice
Returns a new instance of IncompatibleDefaultDevice.
31058 31059 31060 31061 31062 |
# File 'lib/vmware/soap/vim25.rb', line 31058 def initialize(dynamicType = nil, dynamicProperty = [], device = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @device = device end |
Instance Attribute Details
#device ⇒ Object
Returns the value of attribute device.
31056 31057 31058 |
# File 'lib/vmware/soap/vim25.rb', line 31056 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31055 31056 31057 |
# File 'lib/vmware/soap/vim25.rb', line 31055 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31054 31055 31056 |
# File 'lib/vmware/soap/vim25.rb', line 31054 def dynamicType @dynamicType end |