public sealed class AlloyDBClusterDataSourceReferenceProperties : IMessage<AlloyDBClusterDataSourceReferenceProperties>, IEquatable<AlloyDBClusterDataSourceReferenceProperties>, IDeepCloneable<AlloyDBClusterDataSourceReferenceProperties>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1beta API class AlloyDBClusterDataSourceReferenceProperties.
AlloyDBClusterDataSourceReferenceProperties represents the properties of an AlloyDB cluster that are stored in the DataSourceReference.
Implements
IMessageAlloyDBClusterDataSourceReferenceProperties, IEquatableAlloyDBClusterDataSourceReferenceProperties, IDeepCloneableAlloyDBClusterDataSourceReferenceProperties, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1BetaAssembly
Google.Cloud.BackupDR.V1Beta.dll
Constructors
AlloyDBClusterDataSourceReferenceProperties()
public AlloyDBClusterDataSourceReferenceProperties()AlloyDBClusterDataSourceReferenceProperties(AlloyDBClusterDataSourceReferenceProperties)
public AlloyDBClusterDataSourceReferenceProperties(AlloyDBClusterDataSourceReferenceProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
AlloyDBClusterDataSourceReferenceProperties |
Properties
ClusterName
public ClusterName ClusterName { get; set; }ClusterName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ClusterName |
|
Name
public string Name { get; set; }Output only. Name of the AlloyDB cluster backed up by the datasource. Format: projects/{project}/locations/{location}/clusters/{cluster}
| Property Value | |
|---|---|
| Type | Description |
string |
|