Class: DeviceNotSupported
- Inherits:
-
VirtualHardwareCompatibilityIssue
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- DeviceNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DeviceNotSupported
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
reason - SOAP::SOAPString
Direct Known Subclasses
DeviceBackingNotSupported, DeviceControllerNotSupported, FileBackedPortNotSupported, NonPersistentDisksNotSupported, RDMNotSupported, RawDiskNotSupported, RemoteDeviceNotSupported, SharedBusControllerNotSupported, VMINotSupported, VirtualEthernetCardNotSupported
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) ⇒ DeviceNotSupported
constructor
A new instance of DeviceNotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil) ⇒ DeviceNotSupported
Returns a new instance of DeviceNotSupported.
32893 32894 32895 32896 32897 32898 |
# File 'lib/vmware/soap/vim25.rb', line 32893 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.
32890 32891 32892 |
# File 'lib/vmware/soap/vim25.rb', line 32890 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32889 32890 32891 |
# File 'lib/vmware/soap/vim25.rb', line 32889 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32888 32889 32890 |
# File 'lib/vmware/soap/vim25.rb', line 32888 def dynamicType @dynamicType end |
#reason ⇒ Object
Returns the value of attribute reason.
32891 32892 32893 |
# File 'lib/vmware/soap/vim25.rb', line 32891 def reason @reason end |