Show / Hide Table of Contents

Class Cluster

The cluster for sqlserver

Inheritance
object
Cluster
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX