Reference documentation and code samples for the Google Cloud Gke Backup V1 Client class Schedule.
Schedule defines scheduling parameters for automatically creating Backups via this BackupPlan.
Generated from protobuf message google.cloud.gkebackup.v1.BackupPlan.Schedule
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cron_schedule |
string
A standard cron string that defines a repeating schedule for creating Backups via this BackupPlan. Default (empty): no automatic backup creation will occur. |
↳ paused |
bool
This flag denotes whether automatic Backup creation is paused for this BackupPlan. Default: False |
getCronSchedule
A standard cron string that defines a repeating schedule for creating Backups via this BackupPlan.
Default (empty): no automatic backup creation will occur.
Returns | |
---|---|
Type | Description |
string |
setCronSchedule
A standard cron string that defines a repeating schedule for creating Backups via this BackupPlan.
Default (empty): no automatic backup creation will occur.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPaused
This flag denotes whether automatic Backup creation is paused for this BackupPlan.
Default: False
Returns | |
---|---|
Type | Description |
bool |
setPaused
This flag denotes whether automatic Backup creation is paused for this BackupPlan.
Default: False
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |