AlloyDB V1 API - Class Google::Cloud::AlloyDB::V1::ConnectionInfo (v0.9.0)

Reference documentation and code samples for the AlloyDB V1 API class Google::Cloud::AlloyDB::V1::ConnectionInfo.

ConnectionInfo singleton resource. https://google.aip.dev/156

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#instance_uid

def instance_uid() -> ::String
Returns
  • (::String) — Output only. The unique ID of the Instance.

#ip_address

def ip_address() -> ::String
Returns
  • (::String) — Output only. The private network IP address for the Instance. This is the default IP for the instance and is always created (even if enable_public_ip is set). This is the connection endpoint for an end-user application.

#name

def name() -> ::String
Returns
  • (::String) — The name of the ConnectionInfo singleton resource, e.g.: projects/{project}/locations/{location}/clusters//instances//connectionInfo This field currently has no semantic meaning.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The name of the ConnectionInfo singleton resource, e.g.: projects/{project}/locations/{location}/clusters//instances//connectionInfo This field currently has no semantic meaning.
Returns
  • (::String) — The name of the ConnectionInfo singleton resource, e.g.: projects/{project}/locations/{location}/clusters//instances//connectionInfo This field currently has no semantic meaning.