Class: HostDiskPartitionSpec

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#chsObject

Returns the value of attribute chs.



18703
18704
18705
# File 'lib/vmware/soap/vim25.rb', line 18703

def chs
  @chs
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18702
18703
18704
# File 'lib/vmware/soap/vim25.rb', line 18702

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18701
18702
18703
# File 'lib/vmware/soap/vim25.rb', line 18701

def dynamicType
  @dynamicType
end

#partitionObject

Returns the value of attribute partition.



18705
18706
18707
# File 'lib/vmware/soap/vim25.rb', line 18705

def partition
  @partition
end

#totalSectorsObject

Returns the value of attribute totalSectors.



18704
18705
18706
# File 'lib/vmware/soap/vim25.rb', line 18704

def totalSectors
  @totalSectors
end