Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class Type.
Backup Type
Protobuf type google.cloud.alloydb.v1.Backup.Type
Namespace
Google \ Cloud \ AlloyDb \ V1 \ BackupMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;