public class HostDiskPartitionAttributes extends DynamicData
Java class for HostDiskPartitionAttributes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostDiskPartitionAttributes">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="partition" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="startSector" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="endSector" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="guid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="logical" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="attributes" type="{http://www.w3.org/2001/XMLSchema}byte"/>
<element name="partitionAlignment" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte |
attributes |
protected long |
endSector |
protected String |
guid |
protected boolean |
logical |
protected int |
partition |
protected Long |
partitionAlignment |
protected long |
startSector |
protected String |
type |
| Constructor and Description |
|---|
HostDiskPartitionAttributes() |
| Modifier and Type | Method and Description |
|---|---|
byte |
getAttributes()
Gets the value of the attributes property.
|
long |
getEndSector()
Gets the value of the endSector property.
|
String |
getGuid()
Gets the value of the guid property.
|
int |
getPartition()
Gets the value of the partition property.
|
Long |
getPartitionAlignment()
Gets the value of the partitionAlignment property.
|
long |
getStartSector()
Gets the value of the startSector property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isLogical()
Gets the value of the logical property.
|
void |
setAttributes(byte value)
Sets the value of the attributes property.
|
void |
setEndSector(long value)
Sets the value of the endSector property.
|
void |
setGuid(String value)
Sets the value of the guid property.
|
void |
setLogical(boolean value)
Sets the value of the logical property.
|
void |
setPartition(int value)
Sets the value of the partition property.
|
void |
setPartitionAlignment(Long value)
Sets the value of the partitionAlignment property.
|
void |
setStartSector(long value)
Sets the value of the startSector property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected int partition
protected long startSector
protected long endSector
protected String type
protected String guid
protected boolean logical
protected byte attributes
protected Long partitionAlignment
public int getPartition()
public void setPartition(int value)
public long getStartSector()
public void setStartSector(long value)
public long getEndSector()
public void setEndSector(long value)
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getGuid()
Stringpublic void setGuid(String value)
value - allowed object is
Stringpublic boolean isLogical()
public void setLogical(boolean value)
public byte getAttributes()
public void setAttributes(byte value)
public Long getPartitionAlignment()
LongCopyright © 2018. All rights reserved.