Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class BackupTier.
Backup tier that manages the backups for the instance.
Protobuf type google.cloud.sql.v1.BackupConfiguration.BackupTier
Namespace
Google \ Cloud \ Sql \ V1 \ BackupConfigurationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
BACKUP_TIER_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum BACKUP_TIER_UNSPECIFIED = 0;
STANDARD
Value: 1Instance is managed by Cloud SQL.
Generated from protobuf enum STANDARD = 1;
ADVANCED
Value: 2Deprecated: ADVANCED is deprecated. Please use ENHANCED instead.
Generated from protobuf enum ADVANCED = 2 [deprecated = true];
ENHANCED
Value: 3Instance is managed by Google Cloud Backup and DR Service.
Generated from protobuf enum ENHANCED = 3;