Class: DeviceControllerNotSupported
- Inherits:
-
DeviceNotSupported
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- DeviceNotSupported
- DeviceControllerNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DeviceControllerNotSupported
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
reason - SOAP::SOAPString
controller - SOAP::SOAPString
Instance Attribute Summary collapse
-
#controller ⇒ Object
Returns the value of attribute controller.
-
#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, controller = nil) ⇒ DeviceControllerNotSupported
constructor
A new instance of DeviceControllerNotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil, controller = nil) ⇒ DeviceControllerNotSupported
Returns a new instance of DeviceControllerNotSupported.
32936 32937 32938 32939 32940 32941 32942 |
# File 'lib/vmware/soap/vim25.rb', line 32936 def initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil, controller = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @device = device @reason = reason @controller = controller end |
Instance Attribute Details
#controller ⇒ Object
Returns the value of attribute controller.
32934 32935 32936 |
# File 'lib/vmware/soap/vim25.rb', line 32934 def controller @controller end |
#device ⇒ Object
Returns the value of attribute device.
32932 32933 32934 |
# File 'lib/vmware/soap/vim25.rb', line 32932 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32931 32932 32933 |
# File 'lib/vmware/soap/vim25.rb', line 32931 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32930 32931 32932 |
# File 'lib/vmware/soap/vim25.rb', line 32930 def dynamicType @dynamicType end |
#reason ⇒ Object
Returns the value of attribute reason.
32933 32934 32935 |
# File 'lib/vmware/soap/vim25.rb', line 32933 def reason @reason end |