Class: DiskNotSupported
- Inherits:
-
VirtualHardwareCompatibilityIssue
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- DiskNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DiskNotSupported
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
disk - SOAP::SOAPInt
Direct Known Subclasses
Instance Attribute Summary collapse
-
#disk ⇒ Object
Returns the value of attribute disk.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], disk = nil) ⇒ DiskNotSupported
constructor
A new instance of DiskNotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], disk = nil) ⇒ DiskNotSupported
Returns a new instance of DiskNotSupported.
33125 33126 33127 33128 33129 |
# File 'lib/vmware/soap/vim25.rb', line 33125 def initialize(dynamicType = nil, dynamicProperty = [], disk = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @disk = disk end |
Instance Attribute Details
#disk ⇒ Object
Returns the value of attribute disk.
33123 33124 33125 |
# File 'lib/vmware/soap/vim25.rb', line 33123 def disk @disk end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
33122 33123 33124 |
# File 'lib/vmware/soap/vim25.rb', line 33122 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
33121 33122 33123 |
# File 'lib/vmware/soap/vim25.rb', line 33121 def dynamicType @dynamicType end |