Data Object - ConverterStorageInfoVolumeInfo

Property of
ConverterStorageInfo
Extends
DynamicData
See also
ConverterStorageInfoVolumeInfoExtfsFeatures, ConverterStorageInfoVolumeInfoXfsFeatures
Since
Converter API 1.0

Data Object Description

Volume information.

Note that the OS-specific volume information, such as volume mount points is a part of ConverterComputerOsInfoLogicalVolumeInfo and can obtained by calling ConverterQuery.

Properties

Name Type Description
active*xsd:boolean

True, for a volume on an active partition.
capacityInBytesxsd:long

Volume capacity in bytes.
clusterSizeInBytes*xsd:long

File system cluster size in bytes. If unset or zero, the cluster size is not known.

Since Converter API 2.0
diskIdxsd:string[]

The disk id(s) of the disk(s) on which this volume resides.
extfsFeatures*ConverterStorageInfoVolumeInfoExtfsFeatures

Information about ext2/ext3/ext4 filesystem features specified during mkfs on the volume.
fileSystem*xsd:string

The filesystem type, if the server was able to determine it.
firstClusterOffsetInBytes*xsd:long

Offset in bytes of the first file system cluster within the volume.

Since Converter API 2.0
label*xsd:string

Volume label.
lvName*xsd:string

In case this is a LVM logical volume, this property holds the LVM volume name.

Since Converter API 3.0
partitionGuid*xsd:string

For GPT partitions the type is GUID+UUID If present then the disk must be in GPT format.

Since Converter API 4.0
partitionNumber*xsd:int

1-based volume partition number. Not defined for Linux LVM and Windows dynamic volumes. For a Linux P2V sources the partition number has 1-4 for primary partitions and 5+ for partitions of logical volumes. For Windows P2V and VMI sources the partition numbers are sequential and cannot be used to determine if a partition is primary or not.
partitionType*xsd:byte

MBR partition type identifier specified in the partition table

Since Converter API 2.0
partitionUuid*xsd:string

Since Converter API 4.0
primary*xsd:boolean

True if volume resides on a primary partition, false otherwise. Not defined for Linux P2V sources. The default value is false.

Since Converter API 2.0
spaceUsedInBytesxsd:long

The amount of space used by files and filesystem structures on the volume.
volumeIdxsd:string

Unique volume identifier.

It is unique for a given computer and is guaranteed to persist between multiple calls to ConverterQuery.

xfsFeatures*ConverterStorageInfoVolumeInfoXfsFeatures

Information about xfs filesystem features specified during mkfs on the volume.

Since Converter API 6.0
Properties inherited from DynamicData
None
*Need not be set