Class: Google::Cloud::AlloyDB::V1alpha::ConnectionInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1alpha/resources.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#instance_uid::String (readonly)

Returns Output only. The unique ID of the Instance.

Returns:

  • (::String)

    Output only. The unique ID of the Instance.



904
905
906
907
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 904

class ConnectionInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#ip_address::String (readonly)

Returns 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.

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.



904
905
906
907
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 904

class ConnectionInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns 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.



904
905
906
907
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 904

class ConnectionInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#pem_certificate_chain::Array<::String> (readonly)

Returns 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.

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.



904
905
906
907
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 904

class ConnectionInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end