Reference documentation and code samples for the Google Cloud Memorystore for Redis V1beta1 API class Google::Cloud::Redis::V1beta1::ImportInstanceRequest.
Request for Import.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#input_config
def input_config() -> ::Google::Cloud::Redis::V1beta1::InputConfig Returns 
 - (::Google::Cloud::Redis::V1beta1::InputConfig) — Required. Specify data to be imported.
 
#input_config=
def input_config=(value) -> ::Google::Cloud::Redis::V1beta1::InputConfig Parameter 
 - value (::Google::Cloud::Redis::V1beta1::InputConfig) — Required. Specify data to be imported.
 
 Returns 
 - (::Google::Cloud::Redis::V1beta1::InputConfig) — Required. Specify data to be imported.
 
#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.