Google Cloud AlloyDB for PostgreSQL V1alpha Client - Class Type (0.7.1)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1alpha Client class Type.

Backup Type

Protobuf type google.cloud.alloydb.v1alpha.Backup.Type

Namespace

Google \ Cloud \ AlloyDb \ V1alpha \ Backup

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Backup Type is unknown.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

ON_DEMAND

Value: 1

ON_DEMAND backups that were triggered by the customer (e.g., not AUTOMATED).

Generated from protobuf enum ON_DEMAND = 1;

AUTOMATED

Value: 2

AUTOMATED backups triggered by the automated backups scheduler pursuant to an automated backup policy.

Generated from protobuf enum AUTOMATED = 2;

CONTINUOUS

Value: 3

CONTINUOUS backups triggered by the automated backups scheduler due to a continuous backup policy.

Generated from protobuf enum CONTINUOUS = 3;