Class: HostDiskPartitionLayout
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostDiskPartitionLayout
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDiskPartitionLayout
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
total - HostDiskDimensionsLba
partition - HostDiskPartitionBlockRange
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#partition ⇒ Object
Returns the value of attribute partition.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], total = nil, partition = []) ⇒ HostDiskPartitionLayout
constructor
A new instance of HostDiskPartitionLayout.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], total = nil, partition = []) ⇒ HostDiskPartitionLayout
Returns a new instance of HostDiskPartitionLayout.
18727 18728 18729 18730 18731 18732 |
# File 'lib/vmware/soap/vim25.rb', line 18727 def initialize(dynamicType = nil, dynamicProperty = [], total = nil, partition = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @total = total @partition = partition end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18723 18724 18725 |
# File 'lib/vmware/soap/vim25.rb', line 18723 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18722 18723 18724 |
# File 'lib/vmware/soap/vim25.rb', line 18722 def dynamicType @dynamicType end |
#partition ⇒ Object
Returns the value of attribute partition.
18725 18726 18727 |
# File 'lib/vmware/soap/vim25.rb', line 18725 def partition @partition end |
#total ⇒ Object
Returns the value of attribute total.
18724 18725 18726 |
# File 'lib/vmware/soap/vim25.rb', line 18724 def total @total end |