mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jul 4 09:30:26 UTC 2024
This commit is contained in:
parent
9cd336cae4
commit
2614f6b65e
202 changed files with 4779 additions and 318 deletions
|
|
@ -13,15 +13,16 @@ DESCRIPTION
|
|||
Create a new Distributed Cloud Edge Network subnet.
|
||||
|
||||
EXAMPLES
|
||||
To create a Distributed Cloud Edge Network subnet called 'my-subnet' with
|
||||
vlan id and owned ip ranges specified in the edge zone
|
||||
To create a Distributed Cloud Edge Network subnet called my-subnet with
|
||||
VLAN ID and owned ip ranges specified in the edge zone
|
||||
'us-central1-edge-den1', run:
|
||||
|
||||
$ gcloud edge-cloud networking subnets create my-subnet \
|
||||
--network=my-network --location=us-central1 \
|
||||
--zone=us-central1-edge-den1 \
|
||||
--ipv4-range=192.168.1.1/24,172.10.10.1/24 \
|
||||
--ipv6-range=2001:db8::1/64,4001:230::1/64 --vlan-id=100
|
||||
--ipv6-range=2001:db8::1/64,4001:230::1/64 --vlan-id=100 \
|
||||
--bonding-type=bonded
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Subnet resource - Distributed Cloud Edge Network subnet to create. The
|
||||
|
|
@ -91,7 +92,7 @@ OPTIONAL FLAGS
|
|||
numbers.
|
||||
|
||||
--vlan-id=VLAN_ID
|
||||
The ID of the vlan to tag the subnetwork. If not specified we assign
|
||||
The ID of the VLAN to tag the subnetwork. If not specified we assign
|
||||
one automatically.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue