Backup and DR Service v1 API - Class DiskTargetEnvironment (2.2.0)

public sealed class DiskTargetEnvironment : IMessage<DiskTargetEnvironment>, IEquatable<DiskTargetEnvironment>, IDeepCloneable<DiskTargetEnvironment>, IBufferMessage, IMessage

Reference documentation and code samples for the Backup and DR Service v1 API class DiskTargetEnvironment.

DiskTargetEnvironment represents the target environment for the disk.

Inheritance

object > DiskTargetEnvironment

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

DiskTargetEnvironment()

public DiskTargetEnvironment()

DiskTargetEnvironment(DiskTargetEnvironment)

public DiskTargetEnvironment(DiskTargetEnvironment other)
Parameter
Name Description
other DiskTargetEnvironment

Properties

Project

public string Project { get; set; }

Required. Target project for the disk.

Property Value
Type Description
string

Zone

public string Zone { get; set; }

Required. Target zone for the disk.

Property Value
Type Description
string