ProtectionGroupSnapshotDetails

ProtectionGroupSnapshotDetails
ProtectionGroupSnapshotDetails

Detailed information about protection group snapshots.

JSON Example
{
    "id": "string",
    "name": "string",
    "creation_timestamp": 0,
    "expiration_timestamp": 0,
    "trigger_type": "string",
    "vm_count": 0,
    "failed_vm_snap_count": 0,
    "unique_used_data_gib": "number",
    "total_used_data_gib": "number"
}
string
id
Optional

The unique identifier of the protection group snapshot.

string
name
Optional

The name of the protection group snapshot.

integer As int64 As int64
creation_timestamp
Optional

The time expressed as a Posix timestamp at which the protection group snapshot was created. Posix time is the number of seconds since the epoch 1970-01-01 00:00:00 UTC. For example: the timestap 1640143163 corresponds to 2021-12-22 3:19:23 UTC.

integer As int64 As int64
expiration_timestamp
Optional

The time expressed as a Posix timestamp at which the protection group snapshot will expire and be automatically deleted. Posix time is the number of seconds since the epoch 1970-01-01 00:00:00 UTC. For example: the timestap 1640143163 corresponds to 2021-12-22 3:19:23 UTC.

trigger_type
Optional

trigger_type

integer As int32 As int32
vm_count
Optional

The number of VMs included in this protection group snapshot.

integer As int32 As int32
failed_vm_snap_count
Optional

The number of VMs that are defined by the protection group query but did not get included in the protection group snapshot.

number As double As double
unique_used_data_gib
Optional

The unique data storage in GiB consumed by this protection group snapshot.

number As double As double
total_used_data_gib
Optional

The total data storage measured in GiB that is consumed by this protection group snapshot.