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.
Implements
IMessageRegionDiskTargetEnvironment, IEquatableRegionDiskTargetEnvironment, IDeepCloneableRegionDiskTargetEnvironment, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
RegionDiskTargetEnvironment()
public RegionDiskTargetEnvironment()
RegionDiskTargetEnvironment(RegionDiskTargetEnvironment)
public RegionDiskTargetEnvironment(RegionDiskTargetEnvironment other)
Parameter | |
---|---|
Name | Description |
other |
RegionDiskTargetEnvironment |
Properties
Project
public string Project { get; set; }
Required. Target project for the disk.
Property Value | |
---|---|
Type | Description |
string |
Region
public string Region { get; set; }
Required. Target region for the disk.
Property Value | |
---|---|
Type | Description |
string |
ReplicaZones
public RepeatedField<string> ReplicaZones { get; }
Required. Target URLs of the replica zones for the disk.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |