Class BackupSource
Message describing a BackupSource.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1beta.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1beta.dll
Syntax
public class BackupSource : IDirectResponseSchema
Properties
BackupName
Required. The name of the backup resource with the format: * projects/{project}/locations/{region}/backups/{backup_id}
Declaration
[JsonProperty("backupName")]
public virtual string BackupName { get; set; }
Property Value
Type | Description |
---|---|
string |
BackupUid
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.
Declaration
[JsonProperty("backupUid")]
public virtual string BackupUid { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |