VmCapabilities
Information about VR capabilities of a virtual machine.
{
"vm_id": "string",
"vm_validation_status": "string",
"quiescing_supported": false,
"network_compression_supported": false,
"mpit_supported": false,
"lwd_encryption_supported": false,
"vm_crypt_supported": false,
"vm_encrypted": false,
"vm_encryption_key_provider_type": "string",
"replication_not_supported_reasons": [
{}
],
"auto_replicate_new_disks_supported": false,
"min_rpo_mins": 0,
"nvme_disk_controller_supported": false,
"ds_cluster_as_target_supported": false,
"reconfigure_vm_disks_supported": false
}
The ID of the VM these capabilities are for.
The validation status of the VM.
Indicate whether quiescing is supported.
Indicate whether network compression is supported.
Indicate whether MPIT is supported.
Indicate whether LWD encryption is supported.
Indicate whether VM encryption is supported.
Indicate whether VM is encrypted.
The VM encryption key provider type. Null for non-encrypted VMs. If this is nativeProvider, then a datastore with vSphere Native Key Provider support must be used for replications.
The reasons for not supporting a replication.
Indicate whether automatic replication of new disks is supported.
The minimum RPO in minutes.
NVMe disk controller support.
ds_cluster_as_target_supported
Indicate whether reconfiguration of VM disks is supported.