Class: HostDiskPartitionBlockRange

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

Overview

urn:vim25HostDiskPartitionBlockRange

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
partition - SOAP::SOAPInt
type - SOAP::SOAPString
start - HostDiskDimensionsLba
m_end - HostDiskDimensionsLba

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], partition = nil, type = nil, start = nil, v_end = nil) ⇒ HostDiskPartitionBlockRange

Returns a new instance of HostDiskPartitionBlockRange.



18684
18685
18686
18687
18688
18689
18690
18691
# File 'lib/vmware/soap/vim25.rb', line 18684

def initialize(dynamicType = nil, dynamicProperty = [], partition = nil, type = nil, start = nil, v_end = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @partition = partition
  @type = type
  @start = start
  @v_end = v_end
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18671
18672
18673
# File 'lib/vmware/soap/vim25.rb', line 18671

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18670
18671
18672
# File 'lib/vmware/soap/vim25.rb', line 18670

def dynamicType
  @dynamicType
end

#partitionObject

Returns the value of attribute partition.



18672
18673
18674
# File 'lib/vmware/soap/vim25.rb', line 18672

def partition
  @partition
end

#startObject

Returns the value of attribute start.



18674
18675
18676
# File 'lib/vmware/soap/vim25.rb', line 18674

def start
  @start
end

#typeObject

Returns the value of attribute type.



18673
18674
18675
# File 'lib/vmware/soap/vim25.rb', line 18673

def type
  @type
end

Instance Method Details

#m_endObject



18676
18677
18678
# File 'lib/vmware/soap/vim25.rb', line 18676

def m_end
  @v_end
end

#m_end=(value) ⇒ Object



18680
18681
18682
# File 'lib/vmware/soap/vim25.rb', line 18680

def m_end=(value)
  @v_end = value
end