[{"label":"Latest (1.0.0)","version":"latest"}]
vsphere-replication-api

VmCapabilities

Information about the settings of a specific virtual machine.


Properties

boolean
auto_replicate_new_disks_supported Optional

Specify whether automatic replication of new disks is supported.


boolean
ds_cluster_as_target_supported Optional

boolean
lwd_encryption_supported Optional

Information about LWD encryption support.


integer as int32
min_rpo_mins Optional

Minimum RPO in minutes.


boolean
mpit_supported Optional

Information about MPIT support.


boolean
network_compression_supported Optional

Information about network compression support.


boolean
nvme_disk_controller_supported Optional

NVMe disk controller support.


boolean
quiescing_supported Optional

Information about the quiescing support.


boolean
reconfigure_vm_disks_supported Optional

Information about reconfiguration of VM disks support.


array of string
replication_not_supported_reasons Optional

A reason for not supporting a replication.


boolean
vm_crypt_supported Optional

boolean
vm_encrypted Optional

string
vm_encryption_key_provider_type Optional

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.


string
vm_id Optional

ID of the VM these capabilities are for.


string
vm_validation_status Optional

Valid status of the VM.

Possible values are: OKERROR_DUPLICATE_DISK_NAMESALREADY_CONFIGUREDINVALID_HW_VERSIONIS_FT_VMVM_NOT_CONNECTEDHBR_NOT_SUPPORTEDINVALID_HOST_VERSIONHOST_NOT_CONNECTEDHOST_NOT_POWERED_ONHOST_IN_MAINTENANCE_MODEPHYSICAL_RDM_DISK_FOUNDNO_PERMISSIONSUNKNOWNIS_VM_TEMPLATEVM_IS_ENCRYPTEDVM_IS_ENCRYPTED_LWD_OFFVM_IS_ENCRYPTED_VMCRYPT_OFFVM_ENCRYPTION_INCONSISTENCYNOT_SUPPORTED_TRUST_AUTHORITY_ENCRYPTED_VMIS_EAM_VMPEER_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"
}
[{"label":"Latest (1.0.0)","version":"latest"}]
vsphere-replication-api
Used By

VmCapabilitiesDrResponseEntity

Feedback

Was this page helpful?