AlloyDB V1ALPHA API - Class Google::Cloud::AlloyDB::V1alpha::ConnectionInfo (v0.1.0)

Reference documentation and code samples for the AlloyDB V1ALPHA API class Google::Cloud::AlloyDB::V1alpha::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 IP address for the Instance. 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.

#pem_certificate_chain

def pem_certificate_chain() -> ::Array<::String>
Returns
  • (::Array<::String>) — Output only. The pem-encoded chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.