GoogleApi.SQLAdmin.V1.Model.ConnectPoolNodeConfig (google_api_sql_admin v0.71.0)
View SourceDetails of a single node of a read pool.
Attributes
-
dnsName
(type:String.t
, default:nil
) - Output only. The DNS name of the node. -
dnsNames
(type:list(GoogleApi.SQLAdmin.V1.Model.DnsNameMapping.t)
, default:nil
) - Output only. The list of DNS names used by this node. -
ipAddresses
(type:list(GoogleApi.SQLAdmin.V1.Model.IpMapping.t)
, default:nil
) - Output only. Mappings containing IP addresses that can be used to connect to the node. -
name
(type:String.t
, default:nil
) - Output only. The name of the node. Doesn't include the project ID.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SQLAdmin.V1.Model.ConnectPoolNodeConfig{ dnsName: String.t() | nil, dnsNames: [GoogleApi.SQLAdmin.V1.Model.DnsNameMapping.t()] | nil, ipAddresses: [GoogleApi.SQLAdmin.V1.Model.IpMapping.t()] | nil, name: String.t() | nil }