Class: DeviceBackingNotSupported
- Inherits:
-
DeviceNotSupported
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- DeviceNotSupported
- DeviceBackingNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DeviceBackingNotSupported
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
reason - SOAP::SOAPString
backing - SOAP::SOAPString
Instance Attribute Summary collapse
-
#backing ⇒ Object
Returns the value of attribute backing.
-
#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, backing = nil) ⇒ DeviceBackingNotSupported
constructor
A new instance of DeviceBackingNotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil, backing = nil) ⇒ DeviceBackingNotSupported
Returns a new instance of DeviceBackingNotSupported.
32914 32915 32916 32917 32918 32919 32920 |
# File 'lib/vmware/soap/vim25.rb', line 32914 def initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil, backing = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @device = device @reason = reason @backing = backing end |
Instance Attribute Details
#backing ⇒ Object
Returns the value of attribute backing.
32912 32913 32914 |
# File 'lib/vmware/soap/vim25.rb', line 32912 def backing @backing end |
#device ⇒ Object
Returns the value of attribute device.
32910 32911 32912 |
# File 'lib/vmware/soap/vim25.rb', line 32910 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32909 32910 32911 |
# File 'lib/vmware/soap/vim25.rb', line 32909 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32908 32909 32910 |
# File 'lib/vmware/soap/vim25.rb', line 32908 def dynamicType @dynamicType end |
#reason ⇒ Object
Returns the value of attribute reason.
32911 32912 32913 |
# File 'lib/vmware/soap/vim25.rb', line 32911 def reason @reason end |