mode property

String? mode
getter/setter pair

Defines the mode of control plane egress. Possible string values are:

  • "MODE_UNSPECIFIED" : Default value not specified.
  • "VIA_CONTROL_PLANE" : Control plane has public IP and no restriction on egress.
  • "NONE" : No public IP on control plane and only internal allowlisted egress.

Implementation

core.String? mode;