public sealed class AlloyDBClusterDataSourceProperties : IMessage<AlloyDBClusterDataSourceProperties>, IEquatable<AlloyDBClusterDataSourceProperties>, IDeepCloneable<AlloyDBClusterDataSourceProperties>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1beta API class AlloyDBClusterDataSourceProperties.
AlloyDBClusterDataSourceProperties represents the properties of a AlloyDB cluster resource that are stored in the DataSource. .
Implements
IMessageAlloyDBClusterDataSourceProperties, IEquatableAlloyDBClusterDataSourceProperties, IDeepCloneableAlloyDBClusterDataSourceProperties, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1BetaAssembly
Google.Cloud.BackupDR.V1Beta.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 |
|
ClusterUid
public string ClusterUid { get; set; }Output only. The cluster UID of the AlloyDB cluster backed up by the datasource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Output only. Name of the AlloyDB cluster backed up by the datasource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PitrWindows
public RepeatedField<AlloyDbPitrWindow> PitrWindows { get; }Output only. Point in time recovery windows. The order is guaranteed to be ascending by start time.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAlloyDbPitrWindow |
|