GoogleApi.SQLAdmin.V1.Model.PoolNodeConfig (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. -
gceZone(type:String.t, default:nil) - Output only. The serving zone of the 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, to be used for retrieving metrics and logs for the node. -
state(type:String.t, default:nil) - Output only. The current state of the node.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SQLAdmin.V1.Model.PoolNodeConfig{ dnsName: String.t() | nil, dnsNames: [GoogleApi.SQLAdmin.V1.Model.DnsNameMapping.t()] | nil, gceZone: String.t() | nil, ipAddresses: [GoogleApi.SQLAdmin.V1.Model.IpMapping.t()] | nil, name: String.t() | nil, state: String.t() | nil }