connectionType property

String? connectionType
getter/setter pair

Type of the PSC connection.

Output only. Possible string values are:

  • "CONNECTION_TYPE_UNSPECIFIED" : Cluster endpoint Type is not set
  • "CONNECTION_TYPE_DISCOVERY" : Cluster endpoint that will be used as for cluster topology discovery.
  • "CONNECTION_TYPE_PRIMARY" : Cluster endpoint that will be used as primary endpoint to access primary.
  • "CONNECTION_TYPE_READER" : Cluster endpoint that will be used as reader endpoint to access replicas.

Implementation

core.String? connectionType;