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 \ StandardScheduleMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RECURRENCE_TYPE_UNSPECIFIED
Value: 0recurrence type not set
Generated from protobuf enum RECURRENCE_TYPE_UNSPECIFIED = 0;
HOURLY
Value: 1The BackupRule is to be applied hourly.
Generated from protobuf enum HOURLY = 1;
DAILY
Value: 2The BackupRule is to be applied daily.
Generated from protobuf enum DAILY = 2;
WEEKLY
Value: 3The BackupRule is to be applied weekly.
Generated from protobuf enum WEEKLY = 3;
MONTHLY
Value: 4The BackupRule is to be applied monthly.
Generated from protobuf enum MONTHLY = 4;
YEARLY
Value: 5The BackupRule is to be applied yearly.
Generated from protobuf enum YEARLY = 5;