Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::ConnectSettings::ConnectPoolNodeConfig.
Details of a single read pool node of a read pool.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dns_name
def dns_name() -> ::String
Returns
- (::String) — Output only. The DNS name of the read pool node.
#dns_names
def dns_names() -> ::Array<::Google::Cloud::Sql::V1::DnsNameMapping>
Returns
- (::Array<::Google::Cloud::Sql::V1::DnsNameMapping>) — Output only. The list of DNS names used by this read pool node.
#ip_addresses
def ip_addresses() -> ::Array<::Google::Cloud::Sql::V1::IpMapping>
Returns
- (::Array<::Google::Cloud::Sql::V1::IpMapping>) — Output only. Mappings containing IP addresses that can be used to connect to the read pool node.
#name
def name() -> ::String
Returns
- (::String) — Output only. The name of the read pool node. Doesn't include the project ID.