public class HostDiskDimensionsChs extends DynamicData
Java class for HostDiskDimensionsChs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostDiskDimensionsChs">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="cylinder" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="head" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="sector" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
cylinder |
protected int |
head |
protected int |
sector |
| Constructor and Description |
|---|
HostDiskDimensionsChs() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCylinder()
Gets the value of the cylinder property.
|
int |
getHead()
Gets the value of the head property.
|
int |
getSector()
Gets the value of the sector property.
|
void |
setCylinder(long value)
Sets the value of the cylinder property.
|
void |
setHead(int value)
Sets the value of the head property.
|
void |
setSector(int value)
Sets the value of the sector property.
|
public long getCylinder()
public void setCylinder(long value)
public int getHead()
public void setHead(int value)
public int getSector()
public void setSector(int value)
Copyright © 2018. All rights reserved.