public sealed class RegionDiskTargetEnvironment : IMessage<RegionDiskTargetEnvironment>, IEquatable<RegionDiskTargetEnvironment>, IDeepCloneable<RegionDiskTargetEnvironment>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class RegionDiskTargetEnvironment.
RegionDiskTargetEnvironment represents the target environment for the disk.
[[["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,["# Backup and DR Service v1 API - Class RegionDiskTargetEnvironment (2.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/latest/Google.Cloud.BackupDR.V1.RegionDiskTargetEnvironment)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/2.1.0/Google.Cloud.BackupDR.V1.RegionDiskTargetEnvironment)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/2.0.0/Google.Cloud.BackupDR.V1.RegionDiskTargetEnvironment)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/1.2.0/Google.Cloud.BackupDR.V1.RegionDiskTargetEnvironment)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/1.1.0/Google.Cloud.BackupDR.V1.RegionDiskTargetEnvironment)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/1.0.0-beta02/Google.Cloud.BackupDR.V1.RegionDiskTargetEnvironment) \n\n public sealed class RegionDiskTargetEnvironment : IMessage\u003cRegionDiskTargetEnvironment\u003e, IEquatable\u003cRegionDiskTargetEnvironment\u003e, IDeepCloneable\u003cRegionDiskTargetEnvironment\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Backup and DR Service v1 API class RegionDiskTargetEnvironment.\n\nRegionDiskTargetEnvironment represents the target environment for the disk. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e RegionDiskTargetEnvironment \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[RegionDiskTargetEnvironment](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/latest/Google.Cloud.BackupDR.V1.RegionDiskTargetEnvironment), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[RegionDiskTargetEnvironment](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/latest/Google.Cloud.BackupDR.V1.RegionDiskTargetEnvironment), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[RegionDiskTargetEnvironment](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/latest/Google.Cloud.BackupDR.V1.RegionDiskTargetEnvironment), [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.BackupDR.V1](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/latest/Google.Cloud.BackupDR.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.BackupDR.V1.dll\n\nConstructors\n------------\n\n### RegionDiskTargetEnvironment()\n\n public RegionDiskTargetEnvironment()\n\n### RegionDiskTargetEnvironment(RegionDiskTargetEnvironment)\n\n public RegionDiskTargetEnvironment(RegionDiskTargetEnvironment other)\n\nProperties\n----------\n\n### Project\n\n public string Project { get; set; }\n\nRequired. Target project for the disk.\n\n### Region\n\n public string Region { get; set; }\n\nRequired. Target region for the disk.\n\n### ReplicaZones\n\n public RepeatedField\u003cstring\u003e ReplicaZones { get; }\n\nRequired. Target URLs of the replica zones for the disk."]]