Backup and DR Service v1 API - Class BackupLocation (2.7.0)

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

Reference 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.

Inheritance

object > BackupLocation

Namespace

Google.Cloud.BackupDR.V1

Assembly

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