public sealed class ImportInstanceRequest : IMessage<ImportInstanceRequest>, IEquatable<ImportInstanceRequest>, IDeepCloneable<ImportInstanceRequest>, IBufferMessage, IMessage
Request for [Import][google.cloud.redis.v1.CloudRedis.ImportInstance].
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 `ImportInstanceRequest` class within the `Google.Cloud.Redis.V1` namespace, specifically version 2.2.0 of the .NET library."],["`ImportInstanceRequest` is used to initiate the import process for a Redis instance in Google Cloud, as seen by its implementation of `IMessage` and other interfaces."],["The class includes properties such as `InputConfig`, which is required to specify the data for the import, and `Name`, which identifies the target Redis instance."],["The provided page showcases the class inheritance, constructor options, and links to the current latest version of the class and previous versions."],["The `ImportInstanceRequest` class is found within the `Google.Cloud.Redis.V1.dll` assembly."]]],[]]