VmCapabilities
Information about the settings of a specific virtual machine.
Properties
Specify whether automatic replication of new disks is supported.
Information about LWD encryption support.
Minimum RPO in minutes.
Information about MPIT support.
Information about network compression support.
NVMe disk controller support.
Information about the quiescing support.
Information about reconfiguration of VM disks support.
A reason for not supporting a replication.
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.
ID of the VM these capabilities are for.
Valid status of the VM.
Possible values are: OK , ERROR_ , DUPLICATE_DISK_NAMES , ALREADY_CONFIGURED , INVALID_HW_VERSION , IS_FT_VM , VM_NOT_CONNECTED , HBR_NOT_SUPPORTED , INVALID_HOST_VERSION , HOST_NOT_CONNECTED , HOST_NOT_POWERED_ON , HOST_IN_MAINTENANCE_MODE , PHYSICAL_RDM_DISK_FOUND , NO_PERMISSIONS , UNKNOWN , IS_VM_TEMPLATE , VM_IS_ENCRYPTED , VM_IS_ENCRYPTED_LWD_OFF , VM_IS_ENCRYPTED_VMCRYPT_OFF , VM_ENCRYPTION_INCONSISTENCY , NOT_SUPPORTED_TRUST_AUTHORITY_ENCRYPTED_VM , IS_EAM_VM , PEER_GROUP_MISSING
JSON Example
{
"auto_replicate_new_disks_supported": false,
"ds_cluster_as_target_supported": false,
"lwd_encryption_supported": false,
"min_rpo_mins": 0,
"mpit_supported": false,
"network_compression_supported": false,
"nvme_disk_controller_supported": false,
"quiescing_supported": false,
"reconfigure_vm_disks_supported": false,
"replication_not_supported_reasons": [
"string"
],
"vm_crypt_supported": false,
"vm_encrypted": false,
"vm_encryption_key_provider_type": "string",
"vm_id": "string",
"vm_validation_status": "OK"
}
Used By
VmCapabilitiesDrResponseEntity