Class: VMINotSupported
- Inherits:
-
DeviceNotSupported
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- DeviceNotSupported
- VMINotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VMINotSupported
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) ⇒ VMINotSupported
constructor
A new instance of VMINotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil) ⇒ VMINotSupported
Returns a new instance of VMINotSupported.
33089 33090 33091 33092 33093 33094 |
# File 'lib/vmware/soap/vim25.rb', line 33089 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.
33086 33087 33088 |
# File 'lib/vmware/soap/vim25.rb', line 33086 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
33085 33086 33087 |
# File 'lib/vmware/soap/vim25.rb', line 33085 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
33084 33085 33086 |
# File 'lib/vmware/soap/vim25.rb', line 33084 def dynamicType @dynamicType end |
#reason ⇒ Object
Returns the value of attribute reason.
33087 33088 33089 |
# File 'lib/vmware/soap/vim25.rb', line 33087 def reason @reason end |