public interface Disk
Modifier and Type | Method and Description |
---|---|
List<DiskBlock> |
diskBlocks()
Array of Disk Blocks.
|
DiskFormat |
diskFormat()
Specifies the format of the virtual disk.
|
List<DiskPartition> |
diskPartitions()
Array of Partitions.
|
PartitionTableFormat |
partitionTableFormat()
Specifies partition table format on a disk.
|
long |
sectorSizeBytes()
Specifies the sector size of hard disk.
|
String |
uuid()
Specifies the disk uuid.
|
String |
vmdkFileName()
Specifies the disk file name.
|
long |
vmdkSizeBytes()
Specifies the disk size in bytes.
|
List<DiskBlock> diskBlocks()
Specifies a set of disk blocks by defining the location and offset of disk blocks in a disk.
DiskFormat diskFormat()
List<DiskPartition> diskPartitions()
Specifies information about all the partitions in this disk.
PartitionTableFormat partitionTableFormat()
long sectorSizeBytes()
String uuid()
String vmdkFileName()
long vmdkSizeBytes()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.