Google Cloud Memorystore V1beta Client - Class SnapshotPeriod (0.1.0)

Reference documentation and code samples for the Google Cloud Memorystore V1beta Client class SnapshotPeriod.

Possible snapshot periods.

Protobuf type google.cloud.memorystore.v1beta.PersistenceConfig.RDBConfig.SnapshotPeriod

Namespace

Google \ Cloud \ Memorystore \ V1beta \ PersistenceConfig \ RDBConfig

Methods

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;