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: 0
Type is not specified.
Generated from protobuf enum SNAPSHOT_TYPE_UNSPECIFIED = 0;
AD_HOC
Value: 1
Snapshot was taken manually by user.
Generated from protobuf enum AD_HOC = 1;
SCHEDULED
Value: 2
Snapshot was taken automatically as a part of a snapshot schedule.
Generated from protobuf enum SCHEDULED = 2;