Class: VmfsDatastoreAllExtentOption
- Inherits:
-
VmfsDatastoreSingleExtentOption
- Object
- DynamicData
- VmfsDatastoreBaseOption
- VmfsDatastoreSingleExtentOption
- VmfsDatastoreAllExtentOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmfsDatastoreAllExtentOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
layout - HostDiskPartitionLayout
vmfsExtent - HostDiskPartitionBlockRange
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#layout ⇒ Object
Returns the value of attribute layout.
-
#vmfsExtent ⇒ Object
Returns the value of attribute vmfsExtent.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], layout = nil, vmfsExtent = nil) ⇒ VmfsDatastoreAllExtentOption
constructor
A new instance of VmfsDatastoreAllExtentOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], layout = nil, vmfsExtent = nil) ⇒ VmfsDatastoreAllExtentOption
Returns a new instance of VmfsDatastoreAllExtentOption.
18146 18147 18148 18149 18150 18151 |
# File 'lib/vmware/soap/vim25.rb', line 18146 def initialize(dynamicType = nil, dynamicProperty = [], layout = nil, vmfsExtent = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @layout = layout @vmfsExtent = vmfsExtent end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18142 18143 18144 |
# File 'lib/vmware/soap/vim25.rb', line 18142 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18141 18142 18143 |
# File 'lib/vmware/soap/vim25.rb', line 18141 def dynamicType @dynamicType end |
#layout ⇒ Object
Returns the value of attribute layout.
18143 18144 18145 |
# File 'lib/vmware/soap/vim25.rb', line 18143 def layout @layout end |
#vmfsExtent ⇒ Object
Returns the value of attribute vmfsExtent.
18144 18145 18146 |
# File 'lib/vmware/soap/vim25.rb', line 18144 def vmfsExtent @vmfsExtent end |