Google Cloud Memorystore for Memcached API - Class Google::Cloud::Memcache::V1beta2::RescheduleMaintenanceRequest (v0.5.0)

Reference documentation and code samples for the Google Cloud Memorystore for Memcached API class Google::Cloud::Memcache::V1beta2::RescheduleMaintenanceRequest.

Request for RescheduleMaintenance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#instance

def instance() -> ::String
Returns
  • (::String) — Required. Memcache instance resource name using the form: projects/{project_id}/locations/{location_id}/instances/{instance_id} where location_id refers to a GCP region.

#instance=

def instance=(value) -> ::String
Parameter
  • value (::String) — Required. Memcache instance resource name using the form: projects/{project_id}/locations/{location_id}/instances/{instance_id} where location_id refers to a GCP region.
Returns
  • (::String) — Required. Memcache 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

def reschedule_type() -> ::Google::Cloud::Memcache::V1beta2::RescheduleMaintenanceRequest::RescheduleType
Returns

#reschedule_type=

def reschedule_type=(value) -> ::Google::Cloud::Memcache::V1beta2::RescheduleMaintenanceRequest::RescheduleType
Parameter
Returns

#schedule_time

def schedule_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — 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) — 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) — 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.