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
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#psc_dns_name ⇒ ::String
readonly
Output only.
-
#public_ip_address ⇒ ::String
readonly
Output only.
Instance Attribute Details
#instance_uid ⇒ ::String (readonly)
Returns Output only. The unique ID of the Instance.
1163 1164 1165 1166 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1163 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.
1163 1164 1165 1166 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1163 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.
1163 1164 1165 1166 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1163 class ConnectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pem_certificate_chain ⇒ ::Array<::String> (readonly)
This field is deprecated and may be removed in the next major version update.
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.
1163 1164 1165 1166 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1163 class ConnectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#psc_dns_name ⇒ ::String (readonly)
Returns Output only. The DNS name to use with PSC for the Instance.
1163 1164 1165 1166 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1163 class ConnectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#public_ip_address ⇒ ::String (readonly)
Returns 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.
1163 1164 1165 1166 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1163 class ConnectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |