Class AlloyDBClusterDataSourceProperties
AlloyDBClusterDataSourceProperties represents the properties of a AlloyDB cluster resource that are stored in the DataSource. .
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class AlloyDBClusterDataSourceProperties : IDirectResponseSchema
Properties
ClusterUid
Output only. The cluster UID of the AlloyDB cluster backed up by the datasource.
Declaration
[JsonProperty("clusterUid")]
public virtual string ClusterUid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Output only. Name of the AlloyDB cluster backed up by the datasource.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PitrWindows
Output only. Point in time recovery windows. The order is guaranteed to be ascending by start time.
Declaration
[JsonProperty("pitrWindows")]
public virtual IList<AlloyDbPitrWindow> PitrWindows { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AlloyDbPitrWindow> |