VvolReplicationGroupVmInfo

VvolReplicationGroupVmInfo
VvolReplicationGroupVmInfo

Details about a virtual machine in a replication group within the VMware vSphere Virtual Volumes protection group.

JSON Example
{
    "id": "string",
    "name": "string",
    "template": false,
    "inside_vapp": false,
    "warnings": [
        {}
    ],
    "errors": [
        {}
    ],
    "vvol_replication_groups": [
        {
            "fault_domain_id": "string",
            "device_group_id": "string"
        }
    ]
}
string
id
Required

The identifier of the virtual machine.

string
name
Required

The name of the virtual machine.

boolean
template
Optional

Whether this VM is a template VM

boolean
inside_vapp
Optional

Whether this VM is inside a vApp

array of string
warnings
Optional

An array of warning messages about the VM.

array of string
errors
Optional

An array of error messages about the VM.

vvol_replication_groups
Optional

The replication groups for this VM. Virtual machines sharing the same replication groups belong to the same consistency group and will be added or removed from a protection group together.