gcloud compute interconnects attachments partner update

NAME
gcloud compute interconnects attachments partner update - update a Compute Engine partner interconnect attachment
SYNOPSIS
gcloud compute interconnects attachments partner updateNAME[--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]
DESCRIPTION
gcloud compute interconnects attachments partner update is used toupdate partner interconnect attachments. A partner interconnect attachment bindsthe underlying connectivity of a provider's Interconnect to a path into and outof the customer's cloud network.
POSITIONAL ARGUMENTS
NAME
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 routerinterface 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 routerinterface for this interconnect attachment. Example: 2001:db8::2/125
--description=DESCRIPTION
Human-readable plain-text description of attachment.
--enable-admin
Administrative status of the interconnect attachment. When this is enabled, theattachment is operational and will carry traffic. Use --no-enable-admin todisable it.
--mtu=MTU
Maximum transmission unit (MTU) is the size of the largest IP packet passingthrough this interconnect attachment. Must be one of 1440, 1460, 1500, or 8896.If not specified, the value will default to 1440.
--region=REGION
Region of the interconnect attachment to patch. If not specified, you might beprompted to select a region (interactive mode only).

To avoid prompting when this flag is omitted, you can set thecompute/region property:

gcloudconfigsetcompute/regionREGION

A list of regions can be fetched by running:

gcloudcomputeregionslist

To unset the property, run:

gcloudconfigunsetcompute/region

Alternatively, the region can be stored in the environment variableCLOUDSDK_COMPUTE_REGION.

--stack-type=STACK_TYPE
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,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.

Run$gcloud help for details.

NOTES
These variants are also available:
gcloudalphacomputeinterconnectsattachmentspartnerupdate
gcloudbetacomputeinterconnectsattachmentspartnerupdate

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-09 UTC.