Class: NonPersistentDisksNotSupported
- Inherits:
-
DeviceNotSupported
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- DeviceNotSupported
- NonPersistentDisksNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25NonPersistentDisksNotSupported
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) ⇒ NonPersistentDisksNotSupported
constructor
A new instance of NonPersistentDisksNotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil) ⇒ NonPersistentDisksNotSupported
Returns a new instance of NonPersistentDisksNotSupported.
32975 32976 32977 32978 32979 32980 |
# File 'lib/vmware/soap/vim25.rb', line 32975 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.
32972 32973 32974 |
# File 'lib/vmware/soap/vim25.rb', line 32972 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32971 32972 32973 |
# File 'lib/vmware/soap/vim25.rb', line 32971 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32970 32971 32972 |
# File 'lib/vmware/soap/vim25.rb', line 32970 def dynamicType @dynamicType end |
#reason ⇒ Object
Returns the value of attribute reason.
32973 32974 32975 |
# File 'lib/vmware/soap/vim25.rb', line 32973 def reason @reason end |