mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Sat Feb 17 10:15:37 UTC 2024
This commit is contained in:
parent
3efce28165
commit
5bf6fb3fc0
84 changed files with 3111 additions and 661 deletions
|
|
@ -7,7 +7,7 @@ SYNOPSIS
|
|||
--edge-availability-domain=AVAILABILITY_DOMAIN --router=ROUTER
|
||||
[--description=DESCRIPTION] [--enable-admin] [--encryption=ENCRYPTION]
|
||||
[--ipsec-internal-addresses=[ADDRESSES]] [--mtu=MTU] [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--stack-type=STACK_TYPE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects attachments partner create is used
|
||||
|
|
@ -111,6 +111,15 @@ OPTIONAL FLAGS
|
|||
Alternatively, the region can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_REGION.
|
||||
|
||||
--stack-type=STACK_TYPE
|
||||
The stack type of the protocol(s) enabled on this interconnect
|
||||
attachment. STACK_TYPE must be one of:
|
||||
|
||||
IPV4_IPV6
|
||||
Both IPv4 and IPv6 protocols are enabled on this attachment.
|
||||
IPV4_ONLY
|
||||
Only IPv4 protocol is enabled on this attachment.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta compute interconnects attachments partner update NAME
|
||||
[--description=DESCRIPTION] [--enable-admin] [--mtu=MTU]
|
||||
[--region=REGION] [--update-labels=[KEY=VALUE,...]]
|
||||
[--region=REGION] [--stack-type=STACK_TYPE]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -52,6 +53,15 @@ FLAGS
|
|||
Alternatively, the region can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_REGION.
|
||||
|
||||
--stack-type=STACK_TYPE
|
||||
The stack type of the protocol(s) enabled on this interconnect
|
||||
attachment. STACK_TYPE must be one of:
|
||||
|
||||
IPV4_IPV6
|
||||
Both IPv4 and IPv6 protocols are enabled on this attachment.
|
||||
IPV4_ONLY
|
||||
Only IPv4 protocol is enabled on this attachment.
|
||||
|
||||
--update-labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to update. If a label exists, its value
|
||||
is modified. Otherwise, a new label is created.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue