Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlBackupType.
The backup type.
Protobuf type google.cloud.sql.v1.Backup.SqlBackupType
Namespace
Google \ Cloud \ Sql \ V1 \ BackupMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SQL_BACKUP_TYPE_UNSPECIFIED
Value: 0This is an unknown backup type.
Generated from protobuf enum SQL_BACKUP_TYPE_UNSPECIFIED = 0;
AUTOMATED
Value: 1The backup schedule triggers a backup automatically.
Generated from protobuf enum AUTOMATED = 1;
ON_DEMAND
Value: 2The user triggers a backup manually.
Generated from protobuf enum ON_DEMAND = 2;
PBFINAL
Value: 3The backup created when instance is deleted.
Generated from protobuf enum FINAL = 3;