|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
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 |
| canPowerOffSourceMachine | xsd:boolean |
Specifies whether shutdownSource
is supported for the current source and destination.
Note: if unset the feature will not be supported.
|
| canPowerOnTargetMachine | xsd: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 |
| canSkipUnwantedFiles | xsd: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.
|
| canStopServices | xsd:boolean |
Specifies whether stopping services
(servicesToSuspend)
is supported for the current source.
|
| canSynchronize | xsd:boolean |
Specifies whether
doSynchronize
is supported for the current source and destination.
Note: if unset the feature will not be supported.
|
| defaultCdromControllerType | xsd: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 |
| defaultDiskCreateType | xsd:string |
The default disk creation type.
Always from the
DiskCreateType enum.
|
| defaultMemoryMB | xsd:long |
The default memory size in MB supported by the host. This field is NOT
capped by the values stored in
supportedMinMemMB/
supportedMaxMemMB.
|
| defaultNumberOfNICs | xsd:int |
Default number of NICs. Not capped by maxNics.
|
| defaultScsiControllerType | xsd:string |
The default controller type for SCSI controllers.
This value is always from the
DiskControllerType enum
|
| maxMemoryMB | xsd:long |
The max memory size in MB supported by the host. This field is NOT
capped by the values stored in
supportedMinMemMB/
supportedMaxMemMB.
|
| maxNumberOfNICs | xsd:int |
Maximum number of NICs supported by the host
|
| minMemoryMB | xsd:long |
The min memory size in MB supported by the host. This field is NOT
capped by the values stored in
supportedMinMemMB/
supportedMaxMemMB.
|
| numCPUValues | xsd: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 |
| recommendedMemMB | xsd:long |
Recommended default memory size for this guest, in MB.
|
| supportedCloningMode | xsd:string[] |
Supported cloning types for the specified combination of
source and target. See ConverterStorageParamsCloningMode |
| supportedDiskControllerType | xsd: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.
|
| supportedDiskCreateType | xsd:string[] |
Supported target disk types for the specified target.
All strings in this array are from the
DiskCreateType enum.
|
| supportedMaxCPUs | xsd:int |
Maximum number of processors supported for this guest.
|
| supportedMaxMemMB | xsd:long |
Maximum memory requirements supported for this guest, in MB.
|
| supportedMinMemMB | xsd:long |
Minimum memory requirements supported for this guest, in MB.
|
| Properties inherited from DynamicData | ||
| None | ||
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |