Snapservice.Clusters.VirtualMachines.RemoteProtectionInfo

Snapservice.Clusters.VirtualMachines.RemoteProtectionInfo
Snapservice.Clusters.VirtualMachines.RemoteProtectionInfo

The Snapservice.Clusters.VirtualMachines.RemoteProtectionInfo schema contains properties that provide information regarding the remote protection for a virtual machine.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "incoming_replication": {
        "status": "string",
        "errors": [
            {
                "messages": [
                    {
                        "id": "string",
                        "default_message": "string",
                        "args": [
                            "string"
                        ],
                        "params": {
                            "params": {
                                "s": "string",
                                "dt": "string",
                                "i": 0,
                                "d": "number",
                                "l": "Vapi.Std.NestedLocalizableMessage Object",
                                "format": "string",
                                "precision": 0
                            }
                        },
                        "localized": "string"
                    }
                ]
            }
        ],
        "license_failure": false,
        "cluster_pair": "string"
    },
    "outgoing_replications": [
        {
            "status": "string",
            "errors": [
                {
                    "messages": [
                        {
                            "id": "string",
                            "default_message": "string",
                            "args": [
                                "string"
                            ],
                            "params": {
                                "params": {
                                    "s": "string",
                                    "dt": "string",
                                    "i": 0,
                                    "d": "number",
                                    "l": "Vapi.Std.NestedLocalizableMessage Object",
                                    "format": "string",
                                    "precision": 0
                                }
                            },
                            "localized": "string"
                        }
                    ]
                }
            ],
            "license_failure": false,
            "cluster_pair": "string"
        }
    ]
}
incoming_replication
Optional

Provides the information rergarding the incoming replication for the virtual machine.

This property was added in vSphere API 9.0.0.0.

missing or null if there is no incoming replication for the virtual machine.

outgoing_replications
Optional

Provides the information rergarding the outgoing replications for the virtual machine.

This property was added in vSphere API 9.0.0.0.

missing or null if there are no outgoing replications for the virtual machine.