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

gcloud: Wed Oct 11 10:37:28 UTC 2023

This commit is contained in:
Automated 2023-10-11 10:37:28 +00:00
parent 9641ff6585
commit c30bb7b4ce
137 changed files with 3139 additions and 267 deletions

View file

@ -7,7 +7,8 @@ SYNOPSIS
--edge-availability-domain=AVAILABILITY_DOMAIN --router=ROUTER
[--description=DESCRIPTION] [--dry-run] [--enable-admin]
[--encryption=ENCRYPTION] [--ipsec-internal-addresses=[ADDRESSES]]
[--mtu=MTU] [--region=REGION] [GCLOUD_WIDE_FLAG ...]
[--mtu=MTU] [--region=REGION] [--stack-type=STACK_TYPE]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha compute interconnects attachments partner create is
@ -114,6 +115,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,

View file

@ -5,7 +5,8 @@ NAME
SYNOPSIS
gcloud alpha 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.