AlloyDB v1alpha API - Class BackupSource (1.0.0-alpha07)

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

Reference documentation and code samples for the AlloyDB v1alpha API class BackupSource.

Message describing a BackupSource.

Inheritance

object > BackupSource

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

BackupSource()

public BackupSource()

BackupSource(BackupSource)

public BackupSource(BackupSource other)
Parameter
NameDescription
otherBackupSource

Properties

BackupName

public string BackupName { get; set; }

Required. The name of the backup resource with the format:

  • projects/{project}/locations/{region}/backups/{backup_id}
Property Value
TypeDescription
string

BackupNameAsBackupName

public BackupName BackupNameAsBackupName { get; set; }

BackupName-typed view over the BackupName resource name property.

Property Value
TypeDescription
BackupName

BackupUid

public string BackupUid { get; set; }

Output only. The system-generated UID of the backup which was used to create this resource. The UID is generated when the backup is created, and it is retained until the backup is deleted.

Property Value
TypeDescription
string