routingMode property

String? routingMode
getter/setter pair

Routing Mode.

Default value is set to GLOBAL. For type = PRIVATE_SERVICE_ACCESS, this field can be set to GLOBAL or REGIONAL, for other types only GLOBAL is supported.

Optional. Possible string values are:

  • "ROUTING_MODE_UNSPECIFIED" : The default value. This value should never be used.
  • "GLOBAL" : Global Routing Mode
  • "REGIONAL" : Regional Routing Mode

Implementation

core.String? routingMode;