Class SnapshotReservationDetail (1.0.0)

SnapshotReservationDetail(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Details about snapshot space reservation and usage on the storage volume.

Attributes

NameDescription
reserved_space_gib int
The space on this storage volume reserved for snapshots, shown in GiB.
reserved_space_used_percent int
The percent of snapshot space on this storage volume actually being used by the snapshot copies. This value might be higher than 100% if the snapshot copies have overflowed into the data portion of the storage volume.
reserved_space_remaining_gib int
The amount, in GiB, of available space in this storage volume's reserved snapshot space.

Inheritance

builtins.object > proto.message.Message > SnapshotReservationDetail