Google Cloud Redis Cluster V1 Client - Class BackupType (0.4.0)

Reference documentation and code samples for the Google Cloud Redis Cluster V1 Client class BackupType.

Type of the backup.

Protobuf type google.cloud.redis.cluster.v1.Backup.BackupType

Namespace

Google \ Cloud \ Redis \ Cluster \ V1 \ Backup

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

BACKUP_TYPE_UNSPECIFIED

Value: 0

The default value, not set.

Generated from protobuf enum BACKUP_TYPE_UNSPECIFIED = 0;

ON_DEMAND

Value: 1

On-demand backup.

Generated from protobuf enum ON_DEMAND = 1;

AUTOMATED

Value: 2

Automated backup.

Generated from protobuf enum AUTOMATED = 2;