Memorystore V1 API - Class Google::Cloud::Memorystore::V1::FinishMigrationRequest (v1.10.0)

Reference documentation and code samples for the Memorystore V1 API class Google::Cloud::Memorystore::V1::FinishMigrationRequest.

Request for FinishMigration.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#force

def force() -> ::Boolean
Returns
  • (::Boolean) — Optional. By default, the FinishMigration operation ensures the target replication offset to catch up to the source offset as of the time of the call. Set this field to true to bypass this offset verification check.

#force=

def force=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. By default, the FinishMigration operation ensures the target replication offset to catch up to the source offset as of the time of the call. Set this field to true to bypass this offset verification check.
Returns
  • (::Boolean) — Optional. By default, the FinishMigration operation ensures the target replication offset to catch up to the source offset as of the time of the call. Set this field to true to bypass this offset verification check.

#name

def name() -> ::String
Returns
  • (::String) — Required. The resource name of the instance to finalize migration on. Format: projects/{project}/locations/{location}/instances/{instance}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the instance to finalize migration on. Format: projects/{project}/locations/{location}/instances/{instance}
Returns
  • (::String) — Required. The resource name of the instance to finalize migration on. Format: projects/{project}/locations/{location}/instances/{instance}