Enum BackupConfiguration.BackupTier (0.1.0)

public enum BackupConfiguration.BackupTier extends Enum<BackupConfiguration.BackupTier> implements ProtocolMessageEnum

Backup tier that manages the backups for the instance.

Protobuf enum google.cloud.sql.v1beta4.BackupConfiguration.BackupTier

Implements

ProtocolMessageEnum

Static Fields

Name Description
ADVANCED

Deprecated: ADVANCED is deprecated. Please use ENHANCED instead.

ADVANCED = 2 [deprecated = true];

ADVANCED_VALUE

Deprecated: ADVANCED is deprecated. Please use ENHANCED instead.

ADVANCED = 2 [deprecated = true];

BACKUP_TIER_UNSPECIFIED

Unspecified.

BACKUP_TIER_UNSPECIFIED = 0;

BACKUP_TIER_UNSPECIFIED_VALUE

Unspecified.

BACKUP_TIER_UNSPECIFIED = 0;

ENHANCED

Instance is managed by Google Cloud Backup and DR Service.

ENHANCED = 3;

ENHANCED_VALUE

Instance is managed by Google Cloud Backup and DR Service.

ENHANCED = 3;

STANDARD

Instance is managed by Cloud SQL.

STANDARD = 1;

STANDARD_VALUE

Instance is managed by Cloud SQL.

STANDARD = 1;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()