1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-19 07:15:23 +00:00

gcloud: Thu Jun 2 08:41:25 UTC 2022

This commit is contained in:
Automated 2022-06-02 08:41:25 +00:00
parent 5b5ff68a0d
commit 82063cbb03
Failed to extract signature
153 changed files with 3508 additions and 223 deletions

View file

@ -5,6 +5,7 @@ SYNOPSIS
gcloud compute networks update NAME [--async]
[--[no-]enable-ula-internal-ipv6]
[--internal-ipv6-range=INTERNAL_IPV6_RANGE] [--mtu=MTU]
[--network-firewall-policy-enforcement-order=NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER]
[--bgp-routing-mode=MODE | --switch-to-custom-subnet-mode]
[GCLOUD_WIDE_FLAG ...]
@ -53,6 +54,17 @@ FLAGS
and the maximum is 1500 bytes. The MTU advertised via DHCP to all
instances attached to this network.
--network-firewall-policy-enforcement-order=NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER
The Network Firewall Policy enforcement order of this network. If not
specified, defaults to AFTER_CLASSIC_FIREWALL.
NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER must be one of:
AFTER_CLASSIC_FIREWALL
Network Firewall Policy is enforced after classic firewall.
BEFORE_CLASSIC_FIREWALL
Network Firewall Policy is enforced before classic firewall.
At most one of these can be specified:
--bgp-routing-mode=MODE