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 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.
#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.
#public_ip_address
def public_ip_address() -> ::String
Returns
- (::String) — Output only. The public IP addresses for the Instance. This is available ONLY when enable_public_ip is set. This is the connection endpoint for an end-user application.