mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Thu Jun 2 08:41:25 UTC 2022
This commit is contained in:
parent
5b5ff68a0d
commit
82063cbb03
153 changed files with 3508 additions and 223 deletions
|
|
@ -5,8 +5,9 @@ SYNOPSIS
|
|||
gcloud compute networks create NAME
|
||||
[--bgp-routing-mode=MODE; default="regional"]
|
||||
[--description=DESCRIPTION] [--[no-]enable-ula-internal-ipv6]
|
||||
[--internal-ipv6-range=INTERNAL_IPV6_RANGE] [--mtu=MTU] [--range=RANGE]
|
||||
[--subnet-mode=MODE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--internal-ipv6-range=INTERNAL_IPV6_RANGE] [--mtu=MTU]
|
||||
[--network-firewall-policy-enforcement-order=NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER]
|
||||
[--range=RANGE] [--subnet-mode=MODE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
gcloud compute networks create is used to create virtual networks. A
|
||||
|
|
@ -71,6 +72,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.
|
||||
|
||||
--range=RANGE
|
||||
Specifies the IPv4 address range of legacy mode networks. The range
|
||||
must be specified in CIDR format:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue