Class: VmfsDatastoreExtendSpec
- Inherits:
-
VmfsDatastoreSpec
- Object
- DynamicData
- VmfsDatastoreSpec
- VmfsDatastoreExtendSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmfsDatastoreExtendSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
diskUuid - SOAP::SOAPString
partition - HostDiskPartitionSpec
extent - HostScsiDiskPartition
Instance Attribute Summary collapse
-
#diskUuid ⇒ Object
Returns the value of attribute diskUuid.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#extent ⇒ Object
Returns the value of attribute extent.
-
#partition ⇒ Object
Returns the value of attribute partition.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], diskUuid = nil, partition = nil, extent = []) ⇒ VmfsDatastoreExtendSpec
constructor
A new instance of VmfsDatastoreExtendSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], diskUuid = nil, partition = nil, extent = []) ⇒ VmfsDatastoreExtendSpec
Returns a new instance of VmfsDatastoreExtendSpec.
18091 18092 18093 18094 18095 18096 18097 |
# File 'lib/vmware/soap/vim25.rb', line 18091 def initialize(dynamicType = nil, dynamicProperty = [], diskUuid = nil, partition = nil, extent = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @diskUuid = diskUuid @partition = partition @extent = extent end |
Instance Attribute Details
#diskUuid ⇒ Object
Returns the value of attribute diskUuid.
18087 18088 18089 |
# File 'lib/vmware/soap/vim25.rb', line 18087 def diskUuid @diskUuid end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18086 18087 18088 |
# File 'lib/vmware/soap/vim25.rb', line 18086 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18085 18086 18087 |
# File 'lib/vmware/soap/vim25.rb', line 18085 def dynamicType @dynamicType end |
#extent ⇒ Object
Returns the value of attribute extent.
18089 18090 18091 |
# File 'lib/vmware/soap/vim25.rb', line 18089 def extent @extent end |
#partition ⇒ Object
Returns the value of attribute partition.
18088 18089 18090 |
# File 'lib/vmware/soap/vim25.rb', line 18088 def partition @partition end |