public sealed class ExportInstanceRequest : IMessage<ExportInstanceRequest>, IEquatable<ExportInstanceRequest>, IDeepCloneable<ExportInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1 API class ExportInstanceRequest.
Request for [Export][google.cloud.redis.v1.CloudRedis.ExportInstance].
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `ExportInstanceRequest` class within the Google Cloud Memorystore for Redis v1 API."],["The `ExportInstanceRequest` class is used to request the export of a Redis instance."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ExportInstanceRequest` class include `Name`, which is the required resource name of the Redis instance, and `OutputConfig`, which specifies the data to be exported."],["The documentation covers multiple versions of the API, ranging from version 2.2.0 to the latest version, 3.5.0, and it shows the current content is on version 3.4.0."]]],[]]