Data Object - ConverterStorageParamsVolumeCloningParams

Property of
ConverterStorageParamsTargetDiskParams
Extends
DynamicData
Since
Converter API 1.0

Data Object Description

Specifies a source volume to clone along with cloning parameters.

Properties

Name Type Description
newCapacityInBytes*xsd:long

Target volume size, in bytes.

Must be specified if resize is set to true, ignored otherwise.

newClusterSizeInBytes*xsd:long

New allocation size, in bytes.

Specifies the volume allocation unit size on the target filesystem. If not specified or set to 0: the default allocation size for the filesystem is used. This value is valid for Windows sources. Ignored for Linux sources or block level cloning.

Since Converter API 3.0
resize*xsd:boolean

True if the target volume size is different from the source volume size.

The default is false.

sourceVolumeIdxsd:string

Source volume ID. Refers to volumeId.
Properties inherited from DynamicData
None
*Need not be set