mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Oct 5 11:50:15 UTC 2023
This commit is contained in:
parent
6c60d7f07f
commit
9641ff6585
118 changed files with 2726 additions and 214 deletions
|
|
@ -3,8 +3,9 @@ NAME
|
|||
Engine public delegated prefix
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta compute public-delegated-prefixes create NAME
|
||||
--public-advertised-prefix=PUBLIC_ADVERTISED_PREFIX --range=RANGE
|
||||
gcloud beta compute public-delegated-prefixes create NAME --range=RANGE
|
||||
(--public-advertised-prefix=PUBLIC_ADVERTISED_PREFIX
|
||||
| --public-delegated-prefix=PUBLIC_DELEGATED_PREFIX)
|
||||
[--description=DESCRIPTION] [--enable-live-migration]
|
||||
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -20,14 +21,20 @@ POSITIONAL ARGUMENTS
|
|||
Name of the public delegated prefix to operate on.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--public-advertised-prefix=PUBLIC_ADVERTISED_PREFIX
|
||||
Public advertised prefix that this delegated prefix is created from.
|
||||
|
||||
--range=RANGE
|
||||
IPv4 range from this public delegated prefix that should be delegated,
|
||||
in CIDR format. It must be smaller than parent public advertised prefix
|
||||
range.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--public-advertised-prefix=PUBLIC_ADVERTISED_PREFIX
|
||||
Public advertised prefix that this delegated prefix is created from.
|
||||
|
||||
--public-delegated-prefix=PUBLIC_DELEGATED_PREFIX
|
||||
Regional Public delegated prefix that this delegated prefix is
|
||||
created from.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--description=DESCRIPTION
|
||||
Description of this public delegated prefix.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue