Class Cluster
The cluster for sqlserver
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class Cluster : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Nodes
Output only. The nodes
Declaration
[JsonProperty("nodes")]
public virtual IList<string> Nodes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
WitnessServer
Output only. The witness server
Declaration
[JsonProperty("witnessServer")]
public virtual string WitnessServer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |