Class: FileBackedPortNotSupported
- Inherits:
-
DeviceNotSupported
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- DeviceNotSupported
- FileBackedPortNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FileBackedPortNotSupported
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) ⇒ FileBackedPortNotSupported
constructor
A new instance of FileBackedPortNotSupported.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil) ⇒ FileBackedPortNotSupported
Returns a new instance of FileBackedPortNotSupported.
32956 32957 32958 32959 32960 32961 |
# File 'lib/vmware/soap/vim25.rb', line 32956 def initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @device = device @reason = reason end |
Instance Attribute Details
permalink #device ⇒ Object
Returns the value of attribute device.
32953 32954 32955 |
# File 'lib/vmware/soap/vim25.rb', line 32953 def device @device end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32952 32953 32954 |
# File 'lib/vmware/soap/vim25.rb', line 32952 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32951 32952 32953 |
# File 'lib/vmware/soap/vim25.rb', line 32951 def dynamicType @dynamicType end |
permalink #reason ⇒ Object
Returns the value of attribute reason.
32954 32955 32956 |
# File 'lib/vmware/soap/vim25.rb', line 32954 def reason @reason end |