Class: HostDiskPartitionSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostDiskPartitionSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDiskPartitionSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
chs - HostDiskDimensionsChs
totalSectors - SOAP::SOAPLong
partition - HostDiskPartitionAttributes
Instance Attribute Summary collapse
-
#chs ⇒ Object
Returns the value of attribute chs.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#partition ⇒ Object
Returns the value of attribute partition.
-
#totalSectors ⇒ Object
Returns the value of attribute totalSectors.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], chs = nil, totalSectors = nil, partition = []) ⇒ HostDiskPartitionSpec
constructor
A new instance of HostDiskPartitionSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], chs = nil, totalSectors = nil, partition = []) ⇒ HostDiskPartitionSpec
Returns a new instance of HostDiskPartitionSpec.
18707 18708 18709 18710 18711 18712 18713 |
# File 'lib/vmware/soap/vim25.rb', line 18707 def initialize(dynamicType = nil, dynamicProperty = [], chs = nil, totalSectors = nil, partition = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @chs = chs @totalSectors = totalSectors @partition = partition end |
Instance Attribute Details
#chs ⇒ Object
Returns the value of attribute chs.
18703 18704 18705 |
# File 'lib/vmware/soap/vim25.rb', line 18703 def chs @chs end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18702 18703 18704 |
# File 'lib/vmware/soap/vim25.rb', line 18702 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18701 18702 18703 |
# File 'lib/vmware/soap/vim25.rb', line 18701 def dynamicType @dynamicType end |
#partition ⇒ Object
Returns the value of attribute partition.
18705 18706 18707 |
# File 'lib/vmware/soap/vim25.rb', line 18705 def partition @partition end |
#totalSectors ⇒ Object
Returns the value of attribute totalSectors.
18704 18705 18706 |
# File 'lib/vmware/soap/vim25.rb', line 18704 def totalSectors @totalSectors end |