mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Mar 12 10:54:38 UTC 2025
This commit is contained in:
parent
6dc93282df
commit
a459a88a5f
152 changed files with 2634 additions and 1748 deletions
|
|
@ -5,6 +5,10 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha compute interconnects attachments partner create NAME
|
||||
--edge-availability-domain=AVAILABILITY_DOMAIN --router=ROUTER
|
||||
[--candidate-cloud-router-ip-address=CANDIDATE_CLOUD_ROUTER_IP_ADDRESS]
|
||||
[--candidate-cloud-router-ipv6-address=CANDIDATE_CLOUD_ROUTER_IPV6_ADDRESS]
|
||||
[--candidate-customer-router-ip-address=CANDIDATE_CUSTOMER_ROUTER_IP_ADDRESS]
|
||||
[--candidate-customer-router-ipv6-address=CANDIDATE_CUSTOMER_ROUTER_IPV6_ADDRESS]
|
||||
[--description=DESCRIPTION] [--dry-run] [--enable-admin]
|
||||
[--encryption=ENCRYPTION] [--ipsec-internal-addresses=[ADDRESSES]]
|
||||
[--mtu=MTU] [--region=REGION] [--stack-type=STACK_TYPE]
|
||||
|
|
@ -46,6 +50,26 @@ REQUIRED FLAGS
|
|||
The Google Cloud Router to use for dynamic routing.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--candidate-cloud-router-ip-address=CANDIDATE_CLOUD_ROUTER_IP_ADDRESS
|
||||
Single IPv4 address + prefix length to be configured on the cloud
|
||||
router interface for this interconnect attachment. Example:
|
||||
74.133.16.1/30
|
||||
|
||||
--candidate-cloud-router-ipv6-address=CANDIDATE_CLOUD_ROUTER_IPV6_ADDRESS
|
||||
Single IPv6 address + prefix length to be configured on the cloud
|
||||
router interface for this interconnect attachment. Example:
|
||||
2fff:eec0:3201:0:0:0:0:1/125
|
||||
|
||||
--candidate-customer-router-ip-address=CANDIDATE_CUSTOMER_ROUTER_IP_ADDRESS
|
||||
Single IPv4 address + prefix length to be configured on the customer
|
||||
router interface for this interconnect attachment. Example:
|
||||
74.133.16.2/30
|
||||
|
||||
--candidate-customer-router-ipv6-address=CANDIDATE_CUSTOMER_ROUTER_IPV6_ADDRESS
|
||||
Single IPv6 address + prefix length to be configured on the customer
|
||||
router interface for this interconnect attachment. Example:
|
||||
2fff:eec0:3201:0:0:0:0:2/125
|
||||
|
||||
--description=DESCRIPTION
|
||||
Human-readable plain-text description of attachment.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute interconnects attachments partner update NAME
|
||||
[--candidate-cloud-router-ipv6-address=CANDIDATE_CLOUD_ROUTER_IPV6_ADDRESS]
|
||||
[--candidate-customer-router-ipv6-address=CANDIDATE_CUSTOMER_ROUTER_IPV6_ADDRESS]
|
||||
[--description=DESCRIPTION] [--enable-admin] [--mtu=MTU]
|
||||
[--region=REGION] [--stack-type=STACK_TYPE]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
|
|
@ -20,6 +22,16 @@ POSITIONAL ARGUMENTS
|
|||
Name of the interconnect attachment to patch.
|
||||
|
||||
FLAGS
|
||||
--candidate-cloud-router-ipv6-address=CANDIDATE_CLOUD_ROUTER_IPV6_ADDRESS
|
||||
Single IPv6 address + prefix length to be configured on the cloud
|
||||
router interface for this interconnect attachment. Example:
|
||||
2fff:eec0:3201:0:0:0:0:1/125
|
||||
|
||||
--candidate-customer-router-ipv6-address=CANDIDATE_CUSTOMER_ROUTER_IPV6_ADDRESS
|
||||
Single IPv6 address + prefix length to be configured on the customer
|
||||
router interface for this interconnect attachment. Example:
|
||||
2fff:eec0:3201:0:0:0:0:2/125
|
||||
|
||||
--description=DESCRIPTION
|
||||
Human-readable plain-text description of attachment.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue