Memorystore for Memcached V1 Client - Class RescheduleType (1.1.1)

Reference documentation and code samples for the Memorystore for Memcached V1 Client class RescheduleType.

Reschedule options.

Protobuf type google.cloud.memcache.v1.RescheduleMaintenanceRequest.RescheduleType

Namespace

Google \ Cloud \ Memcache \ V1 \ RescheduleMaintenanceRequest

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;

NEXT_AVAILABLE_WINDOW

Value: 2

If the user wants to use the existing maintenance policy to find the next available window.

Generated from protobuf enum NEXT_AVAILABLE_WINDOW = 2;

SPECIFIC_TIME

Value: 3

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

Generated from protobuf enum SPECIFIC_TIME = 3;