Class: VmfsDatastoreSingleExtentOption
- Inherits:
-
VmfsDatastoreBaseOption
- Object
- DynamicData
- VmfsDatastoreBaseOption
- VmfsDatastoreSingleExtentOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmfsDatastoreSingleExtentOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
layout - HostDiskPartitionLayout
vmfsExtent - HostDiskPartitionBlockRange
Direct Known Subclasses
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) ⇒ VmfsDatastoreSingleExtentOption
constructor
A new instance of VmfsDatastoreSingleExtentOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], layout = nil, vmfsExtent = nil) ⇒ VmfsDatastoreSingleExtentOption
Returns a new instance of VmfsDatastoreSingleExtentOption.
18127 18128 18129 18130 18131 18132 |
# File 'lib/vmware/soap/vim25.rb', line 18127 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.
18123 18124 18125 |
# File 'lib/vmware/soap/vim25.rb', line 18123 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18122 18123 18124 |
# File 'lib/vmware/soap/vim25.rb', line 18122 def dynamicType @dynamicType end |
#layout ⇒ Object
Returns the value of attribute layout.
18124 18125 18126 |
# File 'lib/vmware/soap/vim25.rb', line 18124 def layout @layout end |
#vmfsExtent ⇒ Object
Returns the value of attribute vmfsExtent.
18125 18126 18127 |
# File 'lib/vmware/soap/vim25.rb', line 18125 def vmfsExtent @vmfsExtent end |