Class: FileBackedVirtualDiskSpec
- Inherits:
-
VirtualDiskSpec
- Object
- DynamicData
- VirtualDiskSpec
- FileBackedVirtualDiskSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FileBackedVirtualDiskSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
diskType - SOAP::SOAPString
adapterType - SOAP::SOAPString
capacityKb - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#adapterType ⇒ Object
Returns the value of attribute adapterType.
-
#capacityKb ⇒ Object
Returns the value of attribute capacityKb.
-
#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, capacityKb = nil) ⇒ FileBackedVirtualDiskSpec
constructor
A new instance of FileBackedVirtualDiskSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], diskType = nil, adapterType = nil, capacityKb = nil) ⇒ FileBackedVirtualDiskSpec
Returns a new instance of FileBackedVirtualDiskSpec.
2672 2673 2674 2675 2676 2677 2678 |
# File 'lib/vmware/soap/vim25.rb', line 2672 def initialize(dynamicType = nil, dynamicProperty = [], diskType = nil, adapterType = nil, capacityKb = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @diskType = diskType @adapterType = adapterType @capacityKb = capacityKb end |
Instance Attribute Details
#adapterType ⇒ Object
Returns the value of attribute adapterType.
2669 2670 2671 |
# File 'lib/vmware/soap/vim25.rb', line 2669 def adapterType @adapterType end |
#capacityKb ⇒ Object
Returns the value of attribute capacityKb.
2670 2671 2672 |
# File 'lib/vmware/soap/vim25.rb', line 2670 def capacityKb @capacityKb end |
#diskType ⇒ Object
Returns the value of attribute diskType.
2668 2669 2670 |
# File 'lib/vmware/soap/vim25.rb', line 2668 def diskType @diskType end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2667 2668 2669 |
# File 'lib/vmware/soap/vim25.rb', line 2667 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2666 2667 2668 |
# File 'lib/vmware/soap/vim25.rb', line 2666 def dynamicType @dynamicType end |