Class: HostDiskPartitionLayout

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25HostDiskPartitionLayout

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
total - HostDiskDimensionsLba
partition - HostDiskPartitionBlockRange

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18723
18724
18725
# File 'lib/vmware/soap/vim25.rb', line 18723

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18722
18723
18724
# File 'lib/vmware/soap/vim25.rb', line 18722

def dynamicType
  @dynamicType
end

#partitionObject

Returns the value of attribute partition.



18725
18726
18727
# File 'lib/vmware/soap/vim25.rb', line 18725

def partition
  @partition
end

#totalObject

Returns the value of attribute total.



18724
18725
18726
# File 'lib/vmware/soap/vim25.rb', line 18724

def total
  @total
end