Data Object - ConverterCloningCapabilities

Property of
ConverterDefaultConversionParams
Extends
DynamicData
Since
Converter API 1.0

Data Object Description

Specifies various options that can be used to populate ConverterCloningParams

Properties

Name Type Description
canCreateOptimizedPartitionAlignment*xsd:boolean

Specifies whether "Optimized partition alignment" is supported for the current source and destination.

The default value will be stored in conversionParams.cloningParams.storageParams.optimizedPartitionAlignment.

Since Converter API 3.0
canPowerOffSourceMachinexsd:boolean

Specifies whether shutdownSource is supported for the current source and destination.

Note: if unset the feature will not be supported.

canPowerOnTargetMachinexsd:boolean

Specifies whether powerOnTargetVM is supported for the current source and destination.
canScheduleSynchronization*xsd:boolean

Specifies whether synchronizationStartTime is supported for the current source and destination.

Note: if unset the feature will not be supported.

Since Converter API 3.0
canSkipUnwantedFilesxsd:boolean

Specifies whether "Can skip unwanted files" is supported for the current source and destination.

The default value will be stored in conversionParams.cloningParams.storageParams.skipUnwantedFiles.

canStopServicesxsd:boolean

Specifies whether stopping services (servicesToSuspend) is supported for the current source.
canSynchronizexsd:boolean

Specifies whether doSynchronize is supported for the current source and destination.

Note: if unset the feature will not be supported.

defaultCdromControllerTypexsd:string

The default controller type for CD-ROM controllers.

This value is always from the DiskControllerType enum but not keepSource.

Since Converter API 5.0
defaultDiskCreateTypexsd:string

The default disk creation type. Always from the DiskCreateType enum.
defaultMemoryMBxsd:long

The default memory size in MB supported by the host. This field is NOT capped by the values stored in supportedMinMemMB/ supportedMaxMemMB.
defaultNumberOfNICsxsd:int

Default number of NICs. Not capped by maxNics.
defaultScsiControllerTypexsd:string

The default controller type for SCSI controllers.

This value is always from the DiskControllerType enum

maxMemoryMBxsd:long

The max memory size in MB supported by the host. This field is NOT capped by the values stored in supportedMinMemMB/ supportedMaxMemMB.
maxNumberOfNICsxsd:int

Maximum number of NICs supported by the host
minMemoryMBxsd:long

The min memory size in MB supported by the host. This field is NOT capped by the values stored in supportedMinMemMB/ supportedMaxMemMB.
numCPUValuesxsd:int[]

For managed destinations - a list of CPU values up to the number supported by the host. This field is NOT capped by the value stored in supportedMaxCPUs. For hosted destinations - a list of power of two CPU values up to the number supported for this guest OS (i.e. supportedMaxCPUs)
numSupportedCoresPerSocket*xsd:int

Maximum number of cores per socket for this guest.

Since Converter API 3.0
numSupportedPhysicalSockets*xsd:int

Maximum number of sockets supported for this guest.

Since Converter API 3.0
recommendedMemMBxsd:long

Recommended default memory size for this guest, in MB.
supportedCloningModexsd:string[]

Supported cloning types for the specified combination of source and target.
See ConverterStorageParamsCloningMode

supportedDiskControllerTypexsd:string[]

Supported target disk controller types for the specified target.

All strings in this array are from the DiskControllerType enum.

The default disk controller type will be stored in conversionParams.cloningParams.storageParams.diskControllerType.

supportedDiskCreateTypexsd:string[]

Supported target disk types for the specified target. All strings in this array are from the DiskCreateType enum.
supportedMaxCPUsxsd:int

Maximum number of processors supported for this guest.
supportedMaxMemMBxsd:long

Maximum memory requirements supported for this guest, in MB.
supportedMinMemMBxsd:long

Minimum memory requirements supported for this guest, in MB.
Properties inherited from DynamicData
None
*Need not be set