Class ConnectPoolNodeConfig
Details of a single node of a read pool.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class ConnectPoolNodeConfig : IDirectResponseSchema
Properties
DnsName
Output only. The DNS name of the 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 instance.
Declaration
[JsonProperty("dnsNames")]
public virtual IList<DnsNameMapping> DnsNames { get; set; }
Property Value
Type | Description |
---|---|
IList<Dns |
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 node.
Declaration
[JsonProperty("ipAddresses")]
public virtual IList<IpMapping> IpAddresses { get; set; }
Property Value
Name
Output only. The name of the node. Doesn't include the project ID.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |