public sealed class ComputeInstanceTargetEnvironment : IMessage<ComputeInstanceTargetEnvironment>, IEquatable<ComputeInstanceTargetEnvironment>, IDeepCloneable<ComputeInstanceTargetEnvironment>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class ComputeInstanceTargetEnvironment.
ComputeInstanceTargetEnvironment represents Compute Engine target environment to be used during restore.
Implements
IMessageComputeInstanceTargetEnvironment, IEquatableComputeInstanceTargetEnvironment, IDeepCloneableComputeInstanceTargetEnvironment, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
ComputeInstanceTargetEnvironment()
public ComputeInstanceTargetEnvironment()
ComputeInstanceTargetEnvironment(ComputeInstanceTargetEnvironment)
public ComputeInstanceTargetEnvironment(ComputeInstanceTargetEnvironment other)
Parameter | |
---|---|
Name | Description |
other |
ComputeInstanceTargetEnvironment |
Properties
Project
public string Project { get; set; }
Required. Target project for the Compute Engine instance.
Property Value | |
---|---|
Type | Description |
string |
Zone
public string Zone { get; set; }
Required. The zone of the Compute Engine instance.
Property Value | |
---|---|
Type | Description |
string |