mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 22:49:22 +00:00
gcloud: Wed May 15 09:19:06 UTC 2024
This commit is contained in:
parent
e8259d86b1
commit
3b84182be4
193 changed files with 10091 additions and 581 deletions
|
|
@ -6,7 +6,8 @@ SYNOPSIS
|
|||
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]
|
||||
[--allocatable-prefix-length=ALLOCATABLE_PREFIX_LENGTH]
|
||||
[--description=DESCRIPTION] [--enable-live-migration] [--mode=MODE]
|
||||
[--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
|
|
@ -36,12 +37,19 @@ REQUIRED FLAGS
|
|||
created from.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--allocatable-prefix-length=ALLOCATABLE_PREFIX_LENGTH
|
||||
The allocatable prefix length supported by this PDP.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Description of this public delegated prefix.
|
||||
|
||||
--enable-live-migration
|
||||
Specify if this public delegated prefix is meant to be live migrated.
|
||||
|
||||
--mode=MODE
|
||||
Specifies the mode of this IPv6 PDP. MODE must be one of:
|
||||
EXTERNAL_IPV6_FORWARDING_RULE_CREATION, DELEGATION.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--global
|
||||
|
|
|
|||
|
|
@ -5,8 +5,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta compute public-delegated-prefixes delegated-sub-prefixes create
|
||||
NAME --public-delegated-prefix=PUBLIC_DELEGATED_PREFIX
|
||||
[--allocatable-prefix-length=ALLOCATABLE_PREFIX_LENGTH]
|
||||
[--create-addresses] [--delegatee-project=DELEGATEE_PROJECT]
|
||||
[--description=DESCRIPTION] [--range=RANGE]
|
||||
[--description=DESCRIPTION] [--mode=MODE] [--range=RANGE]
|
||||
[--global-public-delegated-prefix
|
||||
| --public-delegated-prefix-region=PUBLIC_DELEGATED_PREFIX_REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -40,6 +41,9 @@ REQUIRED FLAGS
|
|||
for.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--allocatable-prefix-length=ALLOCATABLE_PREFIX_LENGTH
|
||||
Specify allocatable prefix length supported by this sub prefix.
|
||||
|
||||
--create-addresses
|
||||
Specify if the sub prefix is delegated to create address resources in
|
||||
the delegatee project. Default is false.
|
||||
|
|
@ -51,6 +55,10 @@ OPTIONAL FLAGS
|
|||
--description=DESCRIPTION
|
||||
Description of the delegated sub prefix to create.
|
||||
|
||||
--mode=MODE
|
||||
Specify mode for the sub prefix. MODE must be one of: DELEGATION,
|
||||
EXTERNAL_IPV6_FORWARDING_RULE_CREATION.
|
||||
|
||||
--range=RANGE
|
||||
IPv4 range from this public delegated prefix that should be delegated,
|
||||
in CIDR format. If not specified, the entire range ofthe public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue