Show / Hide Table of Contents

Class BackupSource

Message describing a BackupSource.

Inheritance
object
BackupSource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX