Class: Google::Cloud::AlloyDB::V1beta::ConnectionInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1beta/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.



1057
1058
1059
1060
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 1057

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.



1057
1058
1059
1060
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 1057

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.



1057
1058
1059
1060
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 1057

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

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

Deprecated.

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.

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.



1057
1058
1059
1060
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 1057

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.

Returns:

  • (::String)

    Output only. The DNS name to use with PSC for the Instance.



1057
1058
1059
1060
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 1057

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.

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.



1057
1058
1059
1060
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 1057

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