Reference documentation and code samples for the Memorystore V1 API class Google::Cloud::Memorystore::V1::StartMigrationRequest.
Request for StartMigration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. The resource name of the instance to start 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 start migration on. Format: projects/{project}/locations/{location}/instances/{instance}
Returns
- (::String) — Required. The resource name of the instance to start migration on. Format: projects/{project}/locations/{location}/instances/{instance}
#self_managed_source
def self_managed_source() -> ::Google::Cloud::Memorystore::V1::SelfManagedSource
Returns
- (::Google::Cloud::Memorystore::V1::SelfManagedSource) — Required. Configuration for migrating from a self-managed Valkey/Redis instance
#self_managed_source=
def self_managed_source=(value) -> ::Google::Cloud::Memorystore::V1::SelfManagedSource
Parameter
- value (::Google::Cloud::Memorystore::V1::SelfManagedSource) — Required. Configuration for migrating from a self-managed Valkey/Redis instance
Returns
- (::Google::Cloud::Memorystore::V1::SelfManagedSource) — Required. Configuration for migrating from a self-managed Valkey/Redis instance