protocol property

String? protocol
getter/setter pair

The protocol being used by the connection.

Output only. Possible string values are:

  • "PROTOCOL_UNSPECIFIED" : Default unspecified value.
  • "TCP" : Tcp
  • "TCPS" : Tcps

Implementation

core.String? protocol;