public sealed class CloudSQLBackupRunSource : IMessage<CloudSQLBackupRunSource>, IEquatable<CloudSQLBackupRunSource>, IDeepCloneable<CloudSQLBackupRunSource>, IBufferMessage, IMessageReference documentation and code samples for the AlloyDB v1 API class CloudSQLBackupRunSource.
The source CloudSQL backup resource.
Implements
IMessageCloudSQLBackupRunSource, IEquatableCloudSQLBackupRunSource, IDeepCloneableCloudSQLBackupRunSource, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1Assembly
Google.Cloud.AlloyDb.V1.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 |
|