Class: DeviceBackedVirtualDiskSpec
- Inherits:
-
VirtualDiskSpec
- Object
- DynamicData
- VirtualDiskSpec
- DeviceBackedVirtualDiskSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DeviceBackedVirtualDiskSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
diskType - SOAP::SOAPString
adapterType - SOAP::SOAPString
device - SOAP::SOAPString
Instance Attribute Summary collapse
-
#adapterType ⇒ Object
Returns the value of attribute adapterType.
-
#device ⇒ Object
Returns the value of attribute device.
-
#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, device = nil) ⇒ DeviceBackedVirtualDiskSpec
constructor
A new instance of DeviceBackedVirtualDiskSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], diskType = nil, adapterType = nil, device = nil) ⇒ DeviceBackedVirtualDiskSpec
Returns a new instance of DeviceBackedVirtualDiskSpec.
2694 2695 2696 2697 2698 2699 2700 |
# File 'lib/vmware/soap/vim25.rb', line 2694 def initialize(dynamicType = nil, dynamicProperty = [], diskType = nil, adapterType = nil, device = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @diskType = diskType @adapterType = adapterType @device = device end |
Instance Attribute Details
#adapterType ⇒ Object
Returns the value of attribute adapterType.
2691 2692 2693 |
# File 'lib/vmware/soap/vim25.rb', line 2691 def adapterType @adapterType end |
#device ⇒ Object
Returns the value of attribute device.
2692 2693 2694 |
# File 'lib/vmware/soap/vim25.rb', line 2692 def device @device end |
#diskType ⇒ Object
Returns the value of attribute diskType.
2690 2691 2692 |
# File 'lib/vmware/soap/vim25.rb', line 2690 def diskType @diskType end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2689 2690 2691 |
# File 'lib/vmware/soap/vim25.rb', line 2689 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2688 2689 2690 |
# File 'lib/vmware/soap/vim25.rb', line 2688 def dynamicType @dynamicType end |