Google Cloud Bare Metal Solution V2 Client - Class SnapshotType (0.6.0)

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 \ VolumeSnapshot

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;