Class: RemoteDeviceNotSupported
- Inherits:
-
DeviceNotSupported
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- DeviceNotSupported
- RemoteDeviceNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RemoteDeviceNotSupported
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
reason - 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.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil) ⇒ RemoteDeviceNotSupported
constructor
A new instance of RemoteDeviceNotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil) ⇒ RemoteDeviceNotSupported
Returns a new instance of RemoteDeviceNotSupported.
33051 33052 33053 33054 33055 33056 |
# File 'lib/vmware/soap/vim25.rb', line 33051 def initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @device = device @reason = reason end |
Instance Attribute Details
#device ⇒ Object
Returns the value of attribute device.
33048 33049 33050 |
# File 'lib/vmware/soap/vim25.rb', line 33048 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
33047 33048 33049 |
# File 'lib/vmware/soap/vim25.rb', line 33047 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
33046 33047 33048 |
# File 'lib/vmware/soap/vim25.rb', line 33046 def dynamicType @dynamicType end |
#reason ⇒ Object
Returns the value of attribute reason.
33049 33050 33051 |
# File 'lib/vmware/soap/vim25.rb', line 33049 def reason @reason end |