Class: Google::Cloud::AlloyDB::V1::ConnectionInfo
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1::ConnectionInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1/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.
-
#public_ip_address ⇒ ::String
readonly
Output only.
Instance Attribute Details
#instance_uid ⇒ ::String (readonly)
Returns Output only. The unique ID of the Instance.
1039 1040 1041 1042 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1039 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.
1039 1040 1041 1042 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1039 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.
1039 1040 1041 1042 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1039 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.
1039 1040 1041 1042 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1039 class ConnectionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |