public sealed class BackupInstanceRequest : IMessage<BackupInstanceRequest>, IEquatable<BackupInstanceRequest>, IDeepCloneable<BackupInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Memorystore v1 API class BackupInstanceRequest.
Required. Instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
where location_id refers to a Google Cloud region.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Memorystore v1 API - Class BackupInstanceRequest (1.0.0-beta03)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta03 (latest)](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.BackupInstanceRequest)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/1.0.0-beta02/Google.Cloud.Memorystore.V1.BackupInstanceRequest) \n\n public sealed class BackupInstanceRequest : IMessage\u003cBackupInstanceRequest\u003e, IEquatable\u003cBackupInstanceRequest\u003e, IDeepCloneable\u003cBackupInstanceRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Memorystore v1 API class BackupInstanceRequest.\n\nRequest for \\[BackupInstance\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e BackupInstanceRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[BackupInstanceRequest](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.BackupInstanceRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[BackupInstanceRequest](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.BackupInstanceRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[BackupInstanceRequest](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.BackupInstanceRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Memorystore.V1](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Memorystore.V1.dll\n\nConstructors\n------------\n\n### BackupInstanceRequest()\n\n public BackupInstanceRequest()\n\n### BackupInstanceRequest(BackupInstanceRequest)\n\n public BackupInstanceRequest(BackupInstanceRequest other)\n\nProperties\n----------\n\n### BackupId\n\n public string BackupId { get; set; }\n\nOptional. The id of the backup to be created. If not specified, the\ndefault value (\\[YYYYMMDDHHMMSS\\]_\\[Shortened Instance UID\\] is used.\n\n### HasBackupId\n\n public bool HasBackupId { get; }\n\nGets whether the \"backup_id\" field is set\n\n### InstanceName\n\n public InstanceName InstanceName { get; set; }\n\n[InstanceName](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.InstanceName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.BackupInstanceRequest#Google_Cloud_Memorystore_V1_BackupInstanceRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Instance resource name using the form:\n`projects/{project_id}/locations/{location_id}/instances/{instance_id}`\nwhere `location_id` refers to a Google Cloud region.\n\n### Ttl\n\n public Duration Ttl { get; set; }\n\nOptional. TTL for the backup to expire. Value range is 1 day to 100 years.\nIf not specified, the default value is 100 years."]]