Data Object - ConverterAgentInternalDiskLayoutInfo

Property of
ConverterAgentInternalTargetStorageLayoutTargetDiskInfo
Extends
DynamicData
See also
ConverterAgentInternalDiskSizes, ConverterAgentInternalLegacyPartition
Since
Converter API 1.0

Data Object Description

Information about the partitions on a disk. A DiskLayoutInfo object provides information from the partition table: This data object type describes the disk partition table specification used to configure the partitions on a disk. This data object represents the fundamental data needed to specify a partition table.

Properties

Name Type Description
dimensions*ConverterAgentInternalDiskSizes

Disk dimensions
diskGuid*xsd:string

For GPT disks the signature is GUID If present then the disk is in GPT format

Since Converter API 4.0
diskSignature*xsd:int

Disk signature MBR format
partition*ConverterAgentInternalLegacyPartition[]

List of partitions on the disk. Currently limited to legacy IBM PC/DOS partitions; eventually we'll need to extend this to EFI partition tables.
Properties inherited from DynamicData
None
*Need not be set