public sealed class DiskTargetEnvironment : IMessage<DiskTargetEnvironment>, IEquatable<DiskTargetEnvironment>, IDeepCloneable<DiskTargetEnvironment>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1beta API class DiskTargetEnvironment.
DiskTargetEnvironment represents the target environment for the disk.
Implements
IMessageDiskTargetEnvironment, IEquatableDiskTargetEnvironment, IDeepCloneableDiskTargetEnvironment, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1BetaAssembly
Google.Cloud.BackupDR.V1Beta.dll
Constructors
DiskTargetEnvironment()
public DiskTargetEnvironment()DiskTargetEnvironment(DiskTargetEnvironment)
public DiskTargetEnvironment(DiskTargetEnvironment other)| Parameter | |
|---|---|
| Name | Description |
other |
DiskTargetEnvironment |
Properties
HasUseProjectServiceAccount
public bool HasUseProjectServiceAccount { get; }Gets whether the "use_project_service_account" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Project
public string Project { get; set; }Required. Target project for the disk.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UseProjectServiceAccount
public bool UseProjectServiceAccount { get; set; }Optional. Whether to use the project service account for the disk restore.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Zone
public string Zone { get; set; }Required. Target zone for the disk.
| Property Value | |
|---|---|
| Type | Description |
string |
|