Show / Hide Table of Contents

Class ConnectPoolNodeConfig

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

Inheritance
object
ConnectPoolNodeConfig
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 ConnectPoolNodeConfig : 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

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. Doesn't include the project ID.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX