Class: Google::Cloud::AlloyDB::V1alpha::ConnectionInfo
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::ConnectionInfo
- 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_uid ⇒ ::String
readonly
Output only.
-
#ip_address ⇒ ::String
readonly
Output only.
-
#name ⇒ ::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 ⇒ ::Array<::String>
readonly
Output only.
Instance Attribute Details
#instance_uid ⇒ ::String (readonly)
Returns 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.
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.
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.
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 |