public sealed class BackupLocation : IMessage<BackupLocation>, IEquatable<BackupLocation>, IDeepCloneable<BackupLocation>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1 API class BackupLocation.
BackupLocation represents a cloud location where a backup can be stored.
Implements
IMessageBackupLocation, IEquatableBackupLocation, IDeepCloneableBackupLocation, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
BackupLocation()
public BackupLocation()BackupLocation(BackupLocation)
public BackupLocation(BackupLocation other)| Parameter | |
|---|---|
| Name | Description |
other |
BackupLocation |
Properties
LocationId
public string LocationId { get; set; }Output only. The id of the cloud location. Example: "us-central1"
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public BackupLocation.Types.Type Type { get; set; }Output only. The type of the location.
| Property Value | |
|---|---|
| Type | Description |
BackupLocationTypesType |
|