Class: HostDiskDimensionsChs
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostDiskDimensionsChs
- 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
-
#cylinder ⇒ Object
Returns the value of attribute cylinder.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#head ⇒ Object
Returns the value of attribute head.
-
#sector ⇒ Object
Returns the value of attribute sector.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], cylinder = nil, head = nil, sector = nil) ⇒ HostDiskDimensionsChs
constructor
A new instance of HostDiskDimensionsChs.
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
#cylinder ⇒ Object
Returns the value of attribute cylinder.
18586 18587 18588 |
# File 'lib/vmware/soap/vim25.rb', line 18586 def cylinder @cylinder end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18585 18586 18587 |
# File 'lib/vmware/soap/vim25.rb', line 18585 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18584 18585 18586 |
# File 'lib/vmware/soap/vim25.rb', line 18584 def dynamicType @dynamicType end |
#head ⇒ Object
Returns the value of attribute head.
18587 18588 18589 |
# File 'lib/vmware/soap/vim25.rb', line 18587 def head @head end |
#sector ⇒ Object
Returns the value of attribute sector.
18588 18589 18590 |
# File 'lib/vmware/soap/vim25.rb', line 18588 def sector @sector end |