public class DiskChangeExtent extends DynamicData
Java class for DiskChangeExtent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DiskChangeExtent">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="start" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="length" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
length |
protected long |
start |
| Constructor and Description |
|---|
DiskChangeExtent() |
| Modifier and Type | Method and Description |
|---|---|
long |
getLength()
Gets the value of the length property.
|
long |
getStart()
Gets the value of the start property.
|
void |
setLength(long value)
Sets the value of the length property.
|
void |
setStart(long value)
Sets the value of the start property.
|
public long getStart()
public void setStart(long value)
public long getLength()
public void setLength(long value)
Copyright © 2018. All rights reserved.