Backup and DR Service v1 API - Class AlloyDBClusterDataSourceProperties (2.8.0)

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

Reference documentation and code samples for the Backup and DR Service v1 API class AlloyDBClusterDataSourceProperties.

AlloyDBClusterDataSourceProperties represents the properties of a AlloyDB cluster resource that are stored in the DataSource. .

Inheritance

object > AlloyDBClusterDataSourceProperties

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

AlloyDBClusterDataSourceProperties()

public AlloyDBClusterDataSourceProperties()

AlloyDBClusterDataSourceProperties(AlloyDBClusterDataSourceProperties)

public AlloyDBClusterDataSourceProperties(AlloyDBClusterDataSourceProperties other)
Parameter
Name Description
other AlloyDBClusterDataSourceProperties

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.

Property Value
Type Description
string