Reference documentation and code samples for the Google Cloud Memorystore for Redis V1 API class Google::Cloud::Redis::V1::RescheduleMaintenanceRequest.
Request for RescheduleMaintenance.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#name
def name() -> ::String Returns 
 -  (::String) — Required. Redis instance resource name using the form: 
projects/{project_id}/locations/{location_id}/instances/{instance_id}wherelocation_idrefers to a GCP region. 
#name=
def name=(value) -> ::String Parameter 
 -  value (::String) — Required. Redis instance resource name using the form: 
projects/{project_id}/locations/{location_id}/instances/{instance_id}wherelocation_idrefers to a GCP region. 
 Returns 
 -  (::String) — Required. Redis instance resource name using the form: 
projects/{project_id}/locations/{location_id}/instances/{instance_id}wherelocation_idrefers to a GCP region. 
#reschedule_type
def reschedule_type() -> ::Google::Cloud::Redis::V1::RescheduleMaintenanceRequest::RescheduleType Returns 
 - (::Google::Cloud::Redis::V1::RescheduleMaintenanceRequest::RescheduleType) — Required. If reschedule type is SPECIFIC_TIME, must set up schedule_time as well.
 
#reschedule_type=
def reschedule_type=(value) -> ::Google::Cloud::Redis::V1::RescheduleMaintenanceRequest::RescheduleType Parameter 
 - value (::Google::Cloud::Redis::V1::RescheduleMaintenanceRequest::RescheduleType) — Required. If reschedule type is SPECIFIC_TIME, must set up schedule_time as well.
 
 Returns 
 - (::Google::Cloud::Redis::V1::RescheduleMaintenanceRequest::RescheduleType) — Required. If reschedule type is SPECIFIC_TIME, must set up schedule_time as well.
 
#schedule_time
def schedule_time() -> ::Google::Protobuf::Timestamp Returns 
 -  (::Google::Protobuf::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. 
#schedule_time=
def schedule_time=(value) -> ::Google::Protobuf::Timestamp Parameter 
 -  value (::Google::Protobuf::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. 
 Returns 
 -  (::Google::Protobuf::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.