Class: PhysCompatRDMNotSupported
- Inherits:
-
RDMNotSupported
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- DeviceNotSupported
- RDMNotSupported
- PhysCompatRDMNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PhysCompatRDMNotSupported
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) ⇒ PhysCompatRDMNotSupported
constructor
A new instance of PhysCompatRDMNotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil) ⇒ PhysCompatRDMNotSupported
Returns a new instance of PhysCompatRDMNotSupported.
33013 33014 33015 33016 33017 33018 |
# File 'lib/vmware/soap/vim25.rb', line 33013 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.
33010 33011 33012 |
# File 'lib/vmware/soap/vim25.rb', line 33010 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
33009 33010 33011 |
# File 'lib/vmware/soap/vim25.rb', line 33009 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
33008 33009 33010 |
# File 'lib/vmware/soap/vim25.rb', line 33008 def dynamicType @dynamicType end |
#reason ⇒ Object
Returns the value of attribute reason.
33011 33012 33013 |
# File 'lib/vmware/soap/vim25.rb', line 33011 def reason @reason end |