Reference documentation and code samples for the Google Cloud Redis Cluster V1 Client class SnapshotPeriod.
Available snapshot periods.
Protobuf type google.cloud.redis.cluster.v1.ClusterPersistenceConfig.RDBConfig.SnapshotPeriod
Namespace
Google \ Cloud \ Redis \ Cluster \ V1 \ ClusterPersistenceConfig \ RDBConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SNAPSHOT_PERIOD_UNSPECIFIED
Value: 0
Not set.
Generated from protobuf enum SNAPSHOT_PERIOD_UNSPECIFIED = 0;
ONE_HOUR
Value: 1
One hour.
Generated from protobuf enum ONE_HOUR = 1;
SIX_HOURS
Value: 2
Six hours.
Generated from protobuf enum SIX_HOURS = 2;
TWELVE_HOURS
Value: 3
Twelve hours.
Generated from protobuf enum TWELVE_HOURS = 3;
TWENTY_FOUR_HOURS
Value: 4
Twenty four hours.
Generated from protobuf enum TWENTY_FOUR_HOURS = 4;