type property

String? type
getter/setter pair

The type of network connectivity used by the AppGateway.

Required. Possible string values are:

  • "TYPE_UNSPECIFIED" : Default value. This value is unused.
  • "TCP_PROXY" : TCP Proxy based BeyondCorp Connection. API will default to this if unset.

Implementation

core.String? type;