Class: RawDiskNotSupported
- Inherits:
-
DeviceNotSupported
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- DeviceNotSupported
- RawDiskNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RawDiskNotSupported
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) ⇒ RawDiskNotSupported
constructor
A new instance of RawDiskNotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil) ⇒ RawDiskNotSupported
Returns a new instance of RawDiskNotSupported.
33032 33033 33034 33035 33036 33037 |
# File 'lib/vmware/soap/vim25.rb', line 33032 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.
33029 33030 33031 |
# File 'lib/vmware/soap/vim25.rb', line 33029 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
33028 33029 33030 |
# File 'lib/vmware/soap/vim25.rb', line 33028 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
33027 33028 33029 |
# File 'lib/vmware/soap/vim25.rb', line 33027 def dynamicType @dynamicType end |
#reason ⇒ Object
Returns the value of attribute reason.
33030 33031 33032 |
# File 'lib/vmware/soap/vim25.rb', line 33030 def reason @reason end |