File: //snap/google-cloud-cli/396/help/man/man1/gcloud_compute_interconnects_attachments_partner_update.1
.TH "GCLOUD_COMPUTE_INTERCONNECTS_ATTACHMENTS_PARTNER_UPDATE" 1
.SH "NAME"
.HP
gcloud compute interconnects attachments partner update \- update a Compute Engine partner interconnect attachment
.SH "SYNOPSIS"
.HP
\f5gcloud compute interconnects attachments partner update\fR \fINAME\fR [\fB\-\-description\fR=\fIDESCRIPTION\fR] [\fB\-\-enable\-admin\fR] [\fB\-\-mtu\fR=\fIMTU\fR] [\fB\-\-region\fR=\fIREGION\fR] [\fB\-\-stack\-type\fR=\fISTACK_TYPE\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fBgcloud compute interconnects attachments partner update\fR is used to update
partner interconnect attachments. A partner interconnect attachment binds the
underlying connectivity of a provider's Interconnect to a path into and out of
the customer's cloud network.
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fINAME\fR
Name of the interconnect attachment to patch.
.RE
.sp
.SH "FLAGS"
.RS 2m
.TP 2m
\fB\-\-description\fR=\fIDESCRIPTION\fR
Human\-readable plain\-text description of attachment.
.TP 2m
\fB\-\-enable\-admin\fR
Administrative status of the interconnect attachment. When this is enabled, the
attachment is operational and will carry traffic. Use \-\-no\-enable\-admin to
disable it.
.TP 2m
\fB\-\-mtu\fR=\fIMTU\fR
Maximum transmission unit (MTU) is the size of the largest IP packet passing
through this interconnect attachment. Must be one of 1440, 1460, 1500, or 8896.
If not specified, the value will default to 1440.
.TP 2m
\fB\-\-region\fR=\fIREGION\fR
Region of the interconnect attachment to patch. If not specified, you might be
prompted to select a region (interactive mode only).
To avoid prompting when this flag is omitted, you can set the
\f5\fIcompute/region\fR\fR property:
.RS 2m
$ gcloud config set compute/region REGION
.RE
A list of regions can be fetched by running:
.RS 2m
$ gcloud compute regions list
.RE
To unset the property, run:
.RS 2m
$ gcloud config unset compute/region
.RE
Alternatively, the region can be stored in the environment variable
\f5\fICLOUDSDK_COMPUTE_REGION\fR\fR.
.TP 2m
\fB\-\-stack\-type\fR=\fISTACK_TYPE\fR
Stack type of the protocol(s) enabled on this interconnect attachment.
\fISTACK_TYPE\fR must be one of:
.RS 2m
.TP 2m
\fBIPV4_IPV6\fR
Both IPv4 and IPv6 protocols are enabled on this attachment.
.TP 2m
\fBIPV4_ONLY\fR
Only IPv4 protocol is enabled on this attachment.
.RE
.sp
.RE
.sp
.SH "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 \fB$ gcloud help\fR for details.
.SH "NOTES"
These variants are also available:
.RS 2m
$ gcloud alpha compute interconnects attachments partner update
.RE
.RS 2m
$ gcloud beta compute interconnects attachments partner update
.RE