Google Cloud Sql Admin V1 Client - Class BackupTier (1.6.0)

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

BACKUP_TIER_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum BACKUP_TIER_UNSPECIFIED = 0;

STANDARD

Value: 1

Instance is managed by Cloud SQL.

Generated from protobuf enum STANDARD = 1;

ADVANCED

Value: 2

Deprecated: ADVANCED is deprecated. Please use ENHANCED instead.

Generated from protobuf enum ADVANCED = 2 [deprecated = true];

ENHANCED

Value: 3

Instance is managed by Google Cloud Backup and DR Service.

Generated from protobuf enum ENHANCED = 3;