Google Cloud Backup Dr V1 Client - Class RecurrenceType (0.4.0)

Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class RecurrenceType.

RecurrenceTypes enumerates the applicable periodicity for the schedule.

Protobuf type google.cloud.backupdr.v1.StandardSchedule.RecurrenceType

Namespace

Google \ Cloud \ BackupDR \ V1 \ StandardSchedule

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RECURRENCE_TYPE_UNSPECIFIED

Value: 0

recurrence type not set

Generated from protobuf enum RECURRENCE_TYPE_UNSPECIFIED = 0;

HOURLY

Value: 1

The BackupRule is to be applied hourly.

Generated from protobuf enum HOURLY = 1;

DAILY

Value: 2

The BackupRule is to be applied daily.

Generated from protobuf enum DAILY = 2;

WEEKLY

Value: 3

The BackupRule is to be applied weekly.

Generated from protobuf enum WEEKLY = 3;

MONTHLY

Value: 4

The BackupRule is to be applied monthly.

Generated from protobuf enum MONTHLY = 4;

YEARLY

Value: 5

The BackupRule is to be applied yearly.

Generated from protobuf enum YEARLY = 5;