Class: VmfsDatastoreMultipleExtentOption
- Inherits:
-
VmfsDatastoreBaseOption
- Object
- DynamicData
- VmfsDatastoreBaseOption
- VmfsDatastoreMultipleExtentOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmfsDatastoreMultipleExtentOption
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 = []) ⇒ VmfsDatastoreMultipleExtentOption
constructor
A new instance of VmfsDatastoreMultipleExtentOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], layout = nil, vmfsExtent = []) ⇒ VmfsDatastoreMultipleExtentOption
Returns a new instance of VmfsDatastoreMultipleExtentOption.
18165 18166 18167 18168 18169 18170 |
# File 'lib/vmware/soap/vim25.rb', line 18165 def initialize(dynamicType = nil, dynamicProperty = [], layout = nil, vmfsExtent = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @layout = layout @vmfsExtent = vmfsExtent end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18161 18162 18163 |
# File 'lib/vmware/soap/vim25.rb', line 18161 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18160 18161 18162 |
# File 'lib/vmware/soap/vim25.rb', line 18160 def dynamicType @dynamicType end |
#layout ⇒ Object
Returns the value of attribute layout.
18162 18163 18164 |
# File 'lib/vmware/soap/vim25.rb', line 18162 def layout @layout end |
#vmfsExtent ⇒ Object
Returns the value of attribute vmfsExtent.
18163 18164 18165 |
# File 'lib/vmware/soap/vim25.rb', line 18163 def vmfsExtent @vmfsExtent end |