public sealed class ExportInstanceRequest : IMessage<ExportInstanceRequest>, IEquatable<ExportInstanceRequest>, IDeepCloneable<ExportInstanceRequest>, IBufferMessage, IMessage
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 details the `ExportInstanceRequest` class, which is used to request the export of a Redis instance in Google Cloud."],["The `ExportInstanceRequest` class is part of the `Google.Cloud.Redis.V1` namespace and is implemented in the `Google.Cloud.Redis.V1.dll` assembly."],["The class inherits from `Object` and implements several interfaces, including `IMessage\u003cExportInstanceRequest\u003e`, `IEquatable\u003cExportInstanceRequest\u003e`, `IDeepCloneable\u003cExportInstanceRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The `ExportInstanceRequest` class has two constructors and two key properties: `Name` (a string that represents the Redis instance resource name) and `OutputConfig` (specifies the export data)."],["The page provides documentation for multiple versions of this package, from 2.2.0 up to 3.5.0, with 3.5.0 being the latest."]]],[]]