AlloyDB v1alpha API - Class CloudSQLBackupRunSource (1.0.0-alpha10)

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

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

The source CloudSQL backup resource.

Inheritance

object > CloudSQLBackupRunSource

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

CloudSQLBackupRunSource()

public CloudSQLBackupRunSource()

CloudSQLBackupRunSource(CloudSQLBackupRunSource)

public CloudSQLBackupRunSource(CloudSQLBackupRunSource other)
Parameter
Name Description
other CloudSQLBackupRunSource

Properties

BackupRunId

public long BackupRunId { get; set; }

Required. The CloudSQL backup run ID.

Property Value
Type Description
long

InstanceId

public string InstanceId { get; set; }

Required. The CloudSQL instance ID.

Property Value
Type Description
string

Project

public string Project { get; set; }

The project ID of the source CloudSQL instance. This should be the same as the AlloyDB cluster's project.

Property Value
Type Description
string