Class VolumeSnapshot (1.0.0)

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

Snapshot registered for a given storage volume.

Attributes

NameDescription
name str
Output only. The name of the storage volume snapshot.
description str
The description of the storage volume snapshot.
size_bytes int
The size of the storage volume snapshot, in bytes.
create_time google.protobuf.timestamp_pb2.Timestamp
Optional. The creation time of the storage volume snapshot.
storage_volume str
The storage volume this snapshot belongs to.

Inheritance

builtins.object > proto.message.Message > VolumeSnapshot