Show / Hide Table of Contents

Class PoolNodeConfig

Details of a single read pool node of a read pool.

Inheritance
object
PoolNodeConfig
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.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class PoolNodeConfig : IDirectResponseSchema

Properties

DnsName

Output only. The DNS name of the read pool node.

Declaration
[JsonProperty("dnsName")]
public virtual string DnsName { get; set; }
Property Value
Type Description
string

DnsNames

Output only. The list of DNS names used by this read pool node.

Declaration
[JsonProperty("dnsNames")]
public virtual IList<DnsNameMapping> DnsNames { get; set; }
Property Value
Type Description
IList<DnsNameMapping>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GceZone

Output only. The zone of the read pool node.

Declaration
[JsonProperty("gceZone")]
public virtual string GceZone { get; set; }
Property Value
Type Description
string

IpAddresses

Output only. Mappings containing IP addresses that can be used to connect to the read pool node.

Declaration
[JsonProperty("ipAddresses")]
public virtual IList<IpMapping> IpAddresses { get; set; }
Property Value
Type Description
IList<IpMapping>

Name

Output only. The name of the read pool node, to be used for retrieving metrics and logs.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

State

Output only. The current state of the read pool node.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX