Class: IDEDiskNotSupported
- Inherits:
-
DiskNotSupported
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- DiskNotSupported
- IDEDiskNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25IDEDiskNotSupported
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
disk - SOAP::SOAPInt
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) ⇒ IDEDiskNotSupported
constructor
A new instance of IDEDiskNotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], disk = nil) ⇒ IDEDiskNotSupported
Returns a new instance of IDEDiskNotSupported.
33141 33142 33143 33144 33145 |
# File 'lib/vmware/soap/vim25.rb', line 33141 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.
33139 33140 33141 |
# File 'lib/vmware/soap/vim25.rb', line 33139 def disk @disk end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
33138 33139 33140 |
# File 'lib/vmware/soap/vim25.rb', line 33138 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
33137 33138 33139 |
# File 'lib/vmware/soap/vim25.rb', line 33137 def dynamicType @dynamicType end |