Class: VmfsDatastoreBaseOption
- Inherits:
-
DynamicData
- Object
- DynamicData
- VmfsDatastoreBaseOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmfsDatastoreBaseOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
layout - HostDiskPartitionLayout
Direct Known Subclasses
VmfsDatastoreMultipleExtentOption, VmfsDatastoreSingleExtentOption
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.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], layout = nil) ⇒ VmfsDatastoreBaseOption
constructor
A new instance of VmfsDatastoreBaseOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], layout = nil) ⇒ VmfsDatastoreBaseOption
Returns a new instance of VmfsDatastoreBaseOption.
18109 18110 18111 18112 18113 |
# File 'lib/vmware/soap/vim25.rb', line 18109 def initialize(dynamicType = nil, dynamicProperty = [], layout = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @layout = layout end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18106 18107 18108 |
# File 'lib/vmware/soap/vim25.rb', line 18106 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18105 18106 18107 |
# File 'lib/vmware/soap/vim25.rb', line 18105 def dynamicType @dynamicType end |
#layout ⇒ Object
Returns the value of attribute layout.
18107 18108 18109 |
# File 'lib/vmware/soap/vim25.rb', line 18107 def layout @layout end |