Class: RDMNotSupported
- Inherits:
-
DeviceNotSupported
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- DeviceNotSupported
- RDMNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RDMNotSupported
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
reason - SOAP::SOAPString
Direct Known Subclasses
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) ⇒ RDMNotSupported
constructor
A new instance of RDMNotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil) ⇒ RDMNotSupported
Returns a new instance of RDMNotSupported.
32994 32995 32996 32997 32998 32999 |
# File 'lib/vmware/soap/vim25.rb', line 32994 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.
32991 32992 32993 |
# File 'lib/vmware/soap/vim25.rb', line 32991 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32990 32991 32992 |
# File 'lib/vmware/soap/vim25.rb', line 32990 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32989 32990 32991 |
# File 'lib/vmware/soap/vim25.rb', line 32989 def dynamicType @dynamicType end |
#reason ⇒ Object
Returns the value of attribute reason.
32992 32993 32994 |
# File 'lib/vmware/soap/vim25.rb', line 32992 def reason @reason end |