Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class SnapshotType.
Represents the type of a snapshot.
Protobuf type google.cloud.baremetalsolution.v2.VolumeSnapshot.SnapshotType
Namespace
Google \ Cloud \ BareMetalSolution \ V2 \ VolumeSnapshotMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SNAPSHOT_TYPE_UNSPECIFIED
Value: 0Type is not specified.
Generated from protobuf enum SNAPSHOT_TYPE_UNSPECIFIED = 0;
AD_HOC
Value: 1Snapshot was taken manually by user.
Generated from protobuf enum AD_HOC = 1;
SCHEDULED
Value: 2Snapshot was taken automatically as a part of a snapshot schedule.
Generated from protobuf enum SCHEDULED = 2;