Backup and DR Service v1beta API - Class AlloyDBClusterDataSourceReferenceProperties (1.0.0-beta01)

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

Reference 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.

Inheritance

object > AlloyDBClusterDataSourceReferenceProperties

Namespace

Google.Cloud.BackupDR.V1Beta

Assembly

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