Class RescheduleMaintenanceRequest (2.15.2)

RescheduleMaintenanceRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request for RescheduleMaintenance.

Attributes

NameDescription
name str
Required. Redis instance resource name using the form: projects/{project_id}/locations/{location_id}/instances/{instance_id} where location_id refers to a GCP region.
reschedule_type google.cloud.redis_v1.types.RescheduleMaintenanceRequest.RescheduleType
Required. If reschedule type is SPECIFIC_TIME, must set up schedule_time as well.
schedule_time google.protobuf.timestamp_pb2.Timestamp
Optional. Timestamp when the maintenance shall be rescheduled to if reschedule_type=SPECIFIC_TIME, in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

Classes

RescheduleType

RescheduleType(value)

Reschedule options.

Values: RESCHEDULE_TYPE_UNSPECIFIED (0): Not set. IMMEDIATE (1): If the user wants to schedule the maintenance to happen now. NEXT_AVAILABLE_WINDOW (2): If the user wants to use the existing maintenance policy to find the next available window. SPECIFIC_TIME (3): If the user wants to reschedule the maintenance to a specific time.