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

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

This schedule allows the backup to be triggered at a fixed frequency (currently only daily is supported).

Generated from protobuf message google.cloud.redis.cluster.v1.AutomatedBackupConfig.FixedFrequencySchedule

Namespace

Google \ Cloud \ Redis \ Cluster \ V1 \ AutomatedBackupConfig

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ start_time Google\Type\TimeOfDay

Required. The start time of every automated backup in UTC. It must be set to the start of an hour. This field is required.

getStartTime

Required. The start time of every automated backup in UTC. It must be set to the start of an hour. This field is required.

Returns
Type Description
Google\Type\TimeOfDay|null

hasStartTime

clearStartTime

setStartTime

Required. The start time of every automated backup in UTC. It must be set to the start of an hour. This field is required.

Parameter
Name Description
var Google\Type\TimeOfDay
Returns
Type Description
$this