Class: HostDiskDimensionsChs

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

Overview

urn:vim25HostDiskDimensionsChs

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
cylinder - SOAP::SOAPLong
head - SOAP::SOAPInt
sector - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], cylinder = nil, head = nil, sector = nil) ⇒ HostDiskDimensionsChs

Returns a new instance of HostDiskDimensionsChs.



18590
18591
18592
18593
18594
18595
18596
# File 'lib/vmware/soap/vim25.rb', line 18590

def initialize(dynamicType = nil, dynamicProperty = [], cylinder = nil, head = nil, sector = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @cylinder = cylinder
  @head = head
  @sector = sector
end

Instance Attribute Details

#cylinderObject

Returns the value of attribute cylinder.



18586
18587
18588
# File 'lib/vmware/soap/vim25.rb', line 18586

def cylinder
  @cylinder
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18585
18586
18587
# File 'lib/vmware/soap/vim25.rb', line 18585

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18584
18585
18586
# File 'lib/vmware/soap/vim25.rb', line 18584

def dynamicType
  @dynamicType
end

#headObject

Returns the value of attribute head.



18587
18588
18589
# File 'lib/vmware/soap/vim25.rb', line 18587

def head
  @head
end

#sectorObject

Returns the value of attribute sector.



18588
18589
18590
# File 'lib/vmware/soap/vim25.rb', line 18588

def sector
  @sector
end