public class IHostDrivePartition
extends java.lang.Object
IHost.getHostDrives()
attribute.
Interface ID: {4F529A14-ACE3-407C-9C49-066E8E8027F0}
Constructor and Description |
---|
IHostDrivePartition(org.virtualbox_7_0.jaxws.IHostDrivePartition real,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getActive()
The partition is bootable when TRUE.
|
java.lang.Long |
getEndCylinder()
The cylinder (0..1023) of the last sector (inclusive) in the partition on an MBR disk, zero for not an MBR disk.
|
java.lang.Long |
getEndHead()
The head (0..255) of the last sector (inclusive) in the partition on an MBR disk, zero for not an MBR disk.
|
java.lang.Long |
getEndSector()
The sector (1..63) of the last sector (inclusive) in the partition on an MBR disk, zero for not an MBR disk.
|
java.lang.String |
getName()
The name of the partition if GPT partitioning is used, empty if not a GPT disk.
|
java.lang.Long |
getNumber()
The number of the partition.
|
java.lang.Long |
getSize()
The partition size in bytes.
|
java.lang.Long |
getStart()
The start byte offset of this partition in bytes relative to the
beginning of the hard disk.
|
java.lang.Long |
getStartCylinder()
The cylinder (0..1023) of the first sector in the partition on an MBR disk, zero for not an MBR disk.
|
java.lang.Long |
getStartHead()
The head (0..255) of the first sector in the partition on an MBR disk, zero for not an MBR disk.
|
java.lang.Long |
getStartSector()
The sector (0..63) of the first sector in the partition on an MBR disk, zero for not an MBR disk.
|
PartitionType |
getType()
|
java.lang.Long |
getTypeMBR()
The raw MBR partition type, 0 for non-MBR disks.
|
java.lang.String |
getTypeUuid()
The partition type when GUID partitioning scheme is used, NULL UUID value for not a GPT disks.
|
java.lang.String |
getUuid()
The GUID of the partition when GUID partitioning scheme is used, NULL UUID value for not a GPT disks.
|
public IHostDrivePartition(org.virtualbox_7_0.jaxws.IHostDrivePartition real, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
public java.lang.Long getNumber()
public java.lang.Long getSize()
public java.lang.Long getStart()
public PartitionType getType()
public java.lang.Boolean getActive()
public java.lang.Long getTypeMBR()
public java.lang.Long getStartCylinder()
public java.lang.Long getStartHead()
public java.lang.Long getStartSector()
public java.lang.Long getEndCylinder()
public java.lang.Long getEndHead()
public java.lang.Long getEndSector()
public java.lang.String getTypeUuid()
public java.lang.String getUuid()
public java.lang.String getName()