mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Dec 10 10:54:29 UTC 2025
This commit is contained in:
parent
7b14250313
commit
6d07e70b12
313 changed files with 11521 additions and 1088 deletions
|
|
@ -5,6 +5,10 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud compute interconnects attachments dedicated create NAME
|
||||
--interconnect=INTERCONNECT --router=ROUTER [--bandwidth=BANDWIDTH]
|
||||
[--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]
|
||||
[--candidate-ipv6-subnets=[IPV6_SUBNET,...]]
|
||||
[--candidate-subnets=[SUBNET,...]]
|
||||
[--cloud-router-ipv6-interface-id=INTERFACE_ID]
|
||||
|
|
@ -62,6 +66,26 @@ OPTIONAL FLAGS
|
|||
100g
|
||||
100 Gbit/s
|
||||
|
||||
--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:
|
||||
203.0.113.1/29
|
||||
|
||||
--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:
|
||||
2001:db8::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:
|
||||
203.0.113.2/29
|
||||
|
||||
--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:
|
||||
2001:db8::2/125
|
||||
|
||||
--candidate-ipv6-subnets=[IPV6_SUBNET,...]
|
||||
The candididate-ipv6-subnets field is not available.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,10 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute interconnects attachments dedicated update NAME
|
||||
[--bandwidth=BANDWIDTH] [--candidate-ipv6-subnets=[IPV6_SUBNET,...]]
|
||||
[--bandwidth=BANDWIDTH]
|
||||
[--candidate-cloud-router-ipv6-address=CANDIDATE_CLOUD_ROUTER_IPV6_ADDRESS]
|
||||
[--candidate-customer-router-ipv6-address=CANDIDATE_CUSTOMER_ROUTER_IPV6_ADDRESS]
|
||||
[--candidate-ipv6-subnets=[IPV6_SUBNET,...]]
|
||||
[--cloud-router-ipv6-interface-id=INTERFACE_ID]
|
||||
[--customer-router-ipv6-interface-id=PEER_INTERFACE_ID]
|
||||
[--description=DESCRIPTION] [--enable-admin] [--mtu=MTU]
|
||||
|
|
@ -51,6 +54,16 @@ FLAGS
|
|||
100g
|
||||
100 Gbit/s
|
||||
|
||||
--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:
|
||||
2001:db8::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:
|
||||
2001:db8::2/125
|
||||
|
||||
--candidate-ipv6-subnets=[IPV6_SUBNET,...]
|
||||
The candididate-ipv6-subnets field is not available.
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,10 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud 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] [--enable-admin] [--encryption=ENCRYPTION]
|
||||
[--ipsec-internal-addresses=[ADDRESSES]] [--mtu=MTU] [--region=REGION]
|
||||
[--resource-manager-tags=[KEY=VALUE,...]] [--stack-type=STACK_TYPE]
|
||||
|
|
@ -46,6 +50,26 @@ REQUIRED FLAGS
|
|||
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:
|
||||
203.0.113.1/29
|
||||
|
||||
--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:
|
||||
2001:db8::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:
|
||||
203.0.113.2/29
|
||||
|
||||
--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:
|
||||
2001:db8::2/125
|
||||
|
||||
--description=DESCRIPTION
|
||||
Human-readable plain-text description of attachment.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud 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] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -18,6 +20,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:
|
||||
2001:db8::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:
|
||||
2001:db8::2/125
|
||||
|
||||
--description=DESCRIPTION
|
||||
Human-readable plain-text description of attachment.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue