public class HostDiskPartitionBlockRange extends DynamicData
Java class for HostDiskPartitionBlockRange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostDiskPartitionBlockRange">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="partition" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="start" type="{urn:vim25}HostDiskDimensionsLba"/>
<element name="end" type="{urn:vim25}HostDiskDimensionsLba"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostDiskDimensionsLba |
end |
protected Integer |
partition |
protected HostDiskDimensionsLba |
start |
protected String |
type |
| Constructor and Description |
|---|
HostDiskPartitionBlockRange() |
| Modifier and Type | Method and Description |
|---|---|
HostDiskDimensionsLba |
getEnd()
Gets the value of the end property.
|
Integer |
getPartition()
Gets the value of the partition property.
|
HostDiskDimensionsLba |
getStart()
Gets the value of the start property.
|
String |
getType()
Gets the value of the type property.
|
void |
setEnd(HostDiskDimensionsLba value)
Sets the value of the end property.
|
void |
setPartition(Integer value)
Sets the value of the partition property.
|
void |
setStart(HostDiskDimensionsLba value)
Sets the value of the start property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected Integer partition
protected String type
protected HostDiskDimensionsLba start
protected HostDiskDimensionsLba end
public Integer getPartition()
Integerpublic void setPartition(Integer value)
value - allowed object is
Integerpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic HostDiskDimensionsLba getStart()
HostDiskDimensionsLbapublic void setStart(HostDiskDimensionsLba value)
value - allowed object is
HostDiskDimensionsLbapublic HostDiskDimensionsLba getEnd()
HostDiskDimensionsLbapublic void setEnd(HostDiskDimensionsLba value)
value - allowed object is
HostDiskDimensionsLbaCopyright © 2018. All rights reserved.