public interface FilesystemVolume
Modifier and Type | Method and Description |
---|---|
List<Disk> |
disks()
Array of Disks and Partitions.
|
String |
displayName()
Specifies a description about the filesystem.
|
String |
filesystemType()
Specifies type of the filesystem on this volume.
|
String |
filesystemUuid()
Specifies the uuid of the filesystem.
|
boolean |
isSupported()
If true, this is a supported filesystem volume type.
|
Optional<LogicalVolume> |
logicalVolume()
Specify attributes for a kLMV (Linux) or kLDM (Windows) filesystem.
|
LogicalVolumeType |
logicalVolumeType()
Specifies the type of logical volume such as kSimpleVolume, kLVM or kLDM.
|
String |
name()
Specifies the name of the volume such as /C.
|
List<Disk> disks()
Specifies information about all the disks and partitions needed to mount this logical volume.
String displayName()
String filesystemType()
String filesystemUuid()
boolean isSupported()
Optional<LogicalVolume> logicalVolume()
LogicalVolumeType logicalVolumeType()
String name()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.