Class ConnectionInfo (0.3.10)

ConnectionInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
name str
The name of the ConnectionInfo singleton resource, e.g.: projects/{project}/locations/{location}/clusters/\ */instances/*/connectionInfo This field currently has no semantic meaning.
ip_address str
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.
public_ip_address str
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.
pem_certificate_chain MutableSequence[str]
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.
instance_uid str
Output only. The unique ID of the Instance.
psc_dns_name str
Output only. The DNS name to use with PSC for the Instance.