1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Thu Dec 14 10:23:57 UTC 2023

This commit is contained in:
Automated 2023-12-14 10:23:58 +00:00
parent f36750d203
commit a990278fb3
205 changed files with 4929 additions and 1866 deletions

View file

@ -4,10 +4,10 @@ NAME
SYNOPSIS
gcloud edge-cloud networking subnets create
(SUBNET : --location=LOCATION --zone=ZONE)
--ipv4-range=[IPV4_RANGE,...] --network=NETWORK [--async]
[--description=DESCRIPTION] [--ipv6-range=[IPV6_RANGE,...]]
[--labels=[KEY=VALUE,...]] [--vlan-id=VLAN_ID] [GCLOUD_WIDE_FLAG ...]
(SUBNET : --location=LOCATION --zone=ZONE) --network=NETWORK [--async]
[--description=DESCRIPTION] [--ipv4-range=[IPV4_RANGE,...]]
[--ipv6-range=[IPV6_RANGE,...]] [--labels=[KEY=VALUE,...]]
[--vlan-id=VLAN_ID] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Create a new Distributed Cloud Edge Network subnet.
@ -63,10 +63,6 @@ POSITIONAL ARGUMENTS
▸ provide the argument --zone on the command line.
REQUIRED FLAGS
--ipv4-range=[IPV4_RANGE,...]
The ranges of ipv4 addresses that are owned by this subnetwork in CIDR
format.
--network=NETWORK
The network that this subnetwork belongs to.
@ -78,6 +74,10 @@ OPTIONAL FLAGS
--description=DESCRIPTION
An optional, textual description for the subnet.
--ipv4-range=[IPV4_RANGE,...]
The ranges of ipv4 addresses that are owned by this subnetwork in CIDR
format.
--ipv6-range=[IPV6_RANGE,...]
The ranges of ipv6 addresses that are owned by this subnetwork in CIDR
format.