ReplicationCapabilities

ReplicationCapabilities
ReplicationCapabilities

Replication capabilities.

JSON Example
{
    "supported_quiesce_mode": "string",
    "compression_supported": false,
    "max_supported_source_disk_capacity": 0,
    "min_rpo": 0,
    "max_rpo": 0,
    "mpit_supported": false,
    "replicating_vm_config_supported": false,
    "lwd_encryption_supported": false,
    "vm_crypt_supported": false,
    "is_vm_encrypted": false,
    "replication_not_supported_reasons": [
        {}
    ],
    "supports_auto_replicate_new_disks": false,
    "supports_preserve_replica_disks_on_unconfigure": false,
    "optimized_reprotect_supported": false,
    "nvme_disk_controllers_supported": false,
    "ds_cluster_as_target_supported": false,
    "reconfigure_vm_disks_supported": false,
    "native_key_provider_supported": false,
    "vm_encryption_key_provider_type": "string",
    "integrity_protection_supported": false,
    "data_sets_replication_supported": false,
    "scale_out_mode": "string",
    "ds_cluster_target_supported": false,
    "site_license_info": [
        {}
    ],
    "vlr_supported": false,
    "robo_replication_supported": false,
    "health_checks_supported": false,
    "vsan_replication_supported": false,
    "throughput_test_supported": false
}
string
supported_quiesce_mode
Optional

Name of the supported quiescing type.

boolean
compression_supported
Optional

Denotes if compression is supported.

integer As int64 As int64
max_supported_source_disk_capacity
Optional

Maximum disk size supported.

integer As int64 As int64
min_rpo
Optional

Minimum RPO supported (in minutes).

integer As int64 As int64
max_rpo
Optional

Maximum RPO supported (in minutes).

boolean
mpit_supported
Optional

Denotes if multiple points in time (MPIT) is supported.

boolean
replicating_vm_config_supported
Optional

Denotes if replicating VM configuration is supported.

boolean
lwd_encryption_supported
Optional

Denotes if LWD encryption is supported.

boolean
vm_crypt_supported
Optional

Denotes if VMcrypt is supported.

boolean
is_vm_encrypted
Optional

Denotes if a VM is encrypted.

array of string
replication_not_supported_reasons
Optional

A list of reasons for the VM to not be supported for a replication. If the VM is supported for a replication then the list will be null or empty.

boolean
supports_auto_replicate_new_disks
Optional

Denotes if the automatic enable for replication for newly added disks on the source VM can be performed.

boolean
supports_preserve_replica_disks_on_unconfigure
Optional

Denotes if the replica disks can be preserved when a primary replication group is unconfigured or a secondary replication group is destroyed.

boolean
optimized_reprotect_supported
Optional

Denotes if the optimized reprotect can performed.

boolean
nvme_disk_controllers_supported
Optional

Denotes if NVME disk controllers on source VMs is supported.

boolean
ds_cluster_as_target_supported
Optional

Denotes if datastore cluster as target for replication is supported.

boolean
reconfigure_vm_disks_supported
Optional

Denotes if there is a VMODL API for reconfiguring of modified source VM disks.

boolean
native_key_provider_supported
Optional

Denotes if the Native Key Provider is supported.

string
vm_encryption_key_provider_type
Optional

The virtual machine encryption key provider type. Not defined for non-encrypted virtual machines.

boolean
integrity_protection_supported
Optional

Denotes if Integrity Protection is supported.

boolean
data_sets_replication_supported
Optional

Denotes if DataSets replication is supported.

string
scale_out_mode
Optional

The scale out mode.

boolean
ds_cluster_target_supported
Optional

Denotes if datastore cluster as target for replication is supported.

array of string
site_license_info
Optional

A site level only capability (info) that is used to compute pairing level scale out mode capability.

boolean
vlr_supported
Optional

Denotes if VLR is supported.

boolean
robo_replication_supported
Optional

Denotes if robo replications are supported.

boolean
health_checks_supported
Optional

Denotes if health checks are supported.

boolean
vsan_replication_supported
Optional

Denotes if vSAN replication is supported.

boolean
throughput_test_supported
Optional

Denotes if throughput test is supported in a scope of health checks.