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

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

Reschedule options.

Protobuf type google.cloud.redis.cluster.v1.RescheduleClusterMaintenanceRequest.RescheduleType

Namespace

Google \ Cloud \ Redis \ Cluster \ V1 \ RescheduleClusterMaintenanceRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RESCHEDULE_TYPE_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum RESCHEDULE_TYPE_UNSPECIFIED = 0;

IMMEDIATE

Value: 1

If the user wants to schedule the maintenance to happen now.

Generated from protobuf enum IMMEDIATE = 1;

SPECIFIC_TIME

Value: 3

If the user wants to reschedule the maintenance to a specific time.

Generated from protobuf enum SPECIFIC_TIME = 3;