mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Thu Oct 23 11:05:02 UTC 2025
This commit is contained in:
parent
154ebc873d
commit
a763c0bf0a
189 changed files with 4294 additions and 712 deletions
|
|
@ -15,8 +15,8 @@ SYNOPSIS
|
|||
[--customer-router-ipv6-interface-id=PEER_INTERFACE_ID]
|
||||
[--description=DESCRIPTION] [--enable-admin] [--encryption=ENCRYPTION]
|
||||
[--ipsec-internal-addresses=[ADDRESSES]] [--mtu=MTU] [--region=REGION]
|
||||
[--stack-type=STACK_TYPE] [--subnet-length=SUBNET_LENGTH] [--vlan=VLAN]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--resource-manager-tags=[KEY=VALUE,...]] [--stack-type=STACK_TYPE]
|
||||
[--subnet-length=SUBNET_LENGTH] [--vlan=VLAN] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects attachments dedicated create is
|
||||
|
|
@ -171,6 +171,10 @@ OPTIONAL FLAGS
|
|||
Alternatively, the region can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_REGION.
|
||||
|
||||
--resource-manager-tags=[KEY=VALUE,...]
|
||||
A comma-separated list of Resource Manager tags to apply to the
|
||||
interconnect.
|
||||
|
||||
--stack-type=STACK_TYPE
|
||||
Stack type of the protocol(s) enabled on this interconnect attachment.
|
||||
STACK_TYPE must be one of:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@ SYNOPSIS
|
|||
[--candidate-customer-router-ipv6-address=CANDIDATE_CUSTOMER_ROUTER_IPV6_ADDRESS]
|
||||
[--description=DESCRIPTION] [--enable-admin] [--encryption=ENCRYPTION]
|
||||
[--ipsec-internal-addresses=[ADDRESSES]] [--mtu=MTU] [--region=REGION]
|
||||
[--stack-type=STACK_TYPE] [GCLOUD_WIDE_FLAG ...]
|
||||
[--resource-manager-tags=[KEY=VALUE,...]] [--stack-type=STACK_TYPE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta compute interconnects attachments partner create is used
|
||||
|
|
@ -135,6 +136,10 @@ OPTIONAL FLAGS
|
|||
Alternatively, the region can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_REGION.
|
||||
|
||||
--resource-manager-tags=[KEY=VALUE,...]
|
||||
A comma-separated list of Resource Manager tags to apply to the
|
||||
interconnect.
|
||||
|
||||
--stack-type=STACK_TYPE
|
||||
Stack type of the protocol(s) enabled on this interconnect attachment.
|
||||
STACK_TYPE must be one of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue