Class PrimaryConfig
Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class PrimaryConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SecondaryClusterNames
Output only. Names of the clusters that are replicating from this cluster.
Declaration
[JsonProperty("secondaryClusterNames")]
public virtual IList<string> SecondaryClusterNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |