Class: VirtualDiskSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualDiskSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDiskSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
diskType - SOAP::SOAPString
adapterType - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#adapterType ⇒ Object
Returns the value of attribute adapterType.
-
#diskType ⇒ Object
Returns the value of attribute diskType.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], diskType = nil, adapterType = nil) ⇒ VirtualDiskSpec
constructor
A new instance of VirtualDiskSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], diskType = nil, adapterType = nil) ⇒ VirtualDiskSpec
Returns a new instance of VirtualDiskSpec.
2651 2652 2653 2654 2655 2656 |
# File 'lib/vmware/soap/vim25.rb', line 2651 def initialize(dynamicType = nil, dynamicProperty = [], diskType = nil, adapterType = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @diskType = diskType @adapterType = adapterType end |
Instance Attribute Details
#adapterType ⇒ Object
Returns the value of attribute adapterType.
2649 2650 2651 |
# File 'lib/vmware/soap/vim25.rb', line 2649 def adapterType @adapterType end |
#diskType ⇒ Object
Returns the value of attribute diskType.
2648 2649 2650 |
# File 'lib/vmware/soap/vim25.rb', line 2648 def diskType @diskType end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2647 2648 2649 |
# File 'lib/vmware/soap/vim25.rb', line 2647 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2646 2647 2648 |
# File 'lib/vmware/soap/vim25.rb', line 2646 def dynamicType @dynamicType end |