ReplicationPolicyComplianceStatus
ReplicationPolicyComplianceStatus
JSON Example
{
"configuredReplications": 2,
"migrationViolation": 0,
"nonInstancesCompliant": [
"C4-ec991bd5-af9d-446a-8599-5b693842c4a3"
],
"nonRpoCompliant": [
"C4-ec991bd5-af9d-446a-8599-5b693842c4a3"
],
"org": "org1",
"protectionViolation": 0,
"quotaViolation": 0
}
integer As int32 As int32
configuredReplications
Optional
The number of configured replications.
integer As int32 As int32
migrationViolation
Optional
If incoming migrations are disabled, this property indicates how many violate the rule.
array of string
nonInstancesCompliant
Optional
List of vm replication ids, which have more instances than the policy limit.
array of string
nonRpoCompliant
Optional
List of vm replication ids, which have RPO, lower than the policy limit.
string
org
Optional
The VMware Cloud Director destination organization.
integer As int32 As int32
protectionViolation
Optional
If incoming protections are disabled, this property indicates how many violate the rule.
integer As int32 As int32
quotaViolation
Optional
If the incoming vm replications quota is exceeded, this property indicates by how much.