Class ExportInstanceRequest (2.9.2)

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

Request for Export.

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.
output_config google.cloud.redis_v1beta1.types.OutputConfig
Required. Specify data to be exported.

Inheritance

builtins.object > proto.message.Message > ExportInstanceRequest