Snapservice VirtualMachines ProtectionConfiguration Info
The Snapservice VirtualMachines ProtectionConfiguration Info schema contains properties that provide information regarding the virtual machine level protection configuration overrides for virtual machine.
This schema was added in vSphere API 9.1.0.0.
{
"replication_config_info": [
{
"replication_target": {
"use_replica_seed": false,
"replication_path": "string",
"target_storage_spec": {
"datastore": "string"
}
}
}
]
}
List of virtual machine replication configuration that overrides the global PG level settings. If replication is not enabled or no overrides are defined, an empty list is returned.
Currently, we only support one replication configuration per vm, so this list can have a max of only one entry.
This property was added in vSphere API 9.1.0.0.