Class ImportInstanceRequest (2.9.0)

ImportInstanceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for Import.

Attributes

NameDescription
name str
Required. Redis instance resource name using the form: ``projects/{project_id}/locations/{location_id}/instances/{instance_id}`` where ``location_id`` refers to a GCP region.
input_config google.cloud.redis_v1.types.InputConfig
Required. Specify data to be imported.

Inheritance

builtins.object > proto.message.Message > ImportInstanceRequest