egressMode property

String? egressMode
getter/setter pair

Egress mode for the network.

Optional. Possible string values are:

  • "NETWORK_EGRESS_MODE_UNSPECIFIED" : Egress mode unspecified.
  • "AUTO_IP" : Network egress through auto assigned IPs.
  • "STATIC_IP" : Network egress through static IPs.

Implementation

core.String? egressMode;