Data Object - ConverterComputerOsInfoVolumeCloneFlags

Property of
ConverterComputerOsInfoLogicalVolumeInfo
Extends
DynamicData
Since
Converter API 1.0

Data Object Description

Volume clone capabilities.

Properties

Name Type Description
canBeMovedToAnotherDiskxsd:boolean

True, if the backend supports moving the volume to an existing or new target disk, false otherwise.

If this flag is set for an active volume, it can only be moved to a disk which does not already have an active volume. It is not advisable to move a Windows system volume as the OS may not boot in the target machine.

canBeResizedxsd:boolean

True, if the backend supports changing the capacity of this volume during cloning, false otherwise.
canBeSkippedxsd:boolean

True, if the backend supports skipping the volume during cloning, false otherwise.
canChangeClusterSize*xsd:boolean

True, if the backend supports changing the cluster size of this volume during cloning, false otherwise. Default is false.

Since Converter API 3.0
canChangeTypexsd:boolean

True if the volume can be switched between basic and logical. When all volumes in a target virtual disk report this as true, the disk can change between LVM volume group and basic virtual disk. Meaningful for Linux P2V, ignored otherwise.

Since Converter API 6.0
minSizeInBytesxsd:long

The min size of the volume. The volume should not be resized smaller than this value. This value already includes a safety margin based on the used space.
Properties inherited from DynamicData
None
*Need not be set