VolumeSnapshot(mapping=None, *, ignore_unknown_fields=False, **kwargs)A snapshot of a volume. Only boot volumes can have snapshots.
Attributes |
|
|---|---|
| Name | Description |
name |
str
The name of the snapshot. |
id |
str
Output only. An identifier for the snapshot, generated by the backend. |
description |
str
The description of the snapshot. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The creation time of the snapshot. |
storage_volume |
str
Output only. The name of the volume which this snapshot belongs to. |
type_ |
google.cloud.bare_metal_solution_v2.types.VolumeSnapshot.SnapshotType
Output only. The type of the snapshot which indicates whether it was scheduled or manual/ad-hoc. |
Classes
SnapshotType
SnapshotType(value)Represents the type of a snapshot.