File: //snap/google-cloud-cli/394/help/man/man1/gcloud_compute_interconnects_wire-groups_update.1
.TH "GCLOUD_COMPUTE_INTERCONNECTS_WIRE\-GROUPS_UPDATE" 1
.SH "NAME"
.HP
gcloud compute interconnects wire\-groups update \- update a Compute Engine wire group
.SH "SYNOPSIS"
.HP
\f5gcloud compute interconnects wire\-groups update\fR \fINAME\fR \fB\-\-cross\-site\-network\fR=\fICROSS_SITE_NETWORK\fR [\fB\-\-admin\-enabled\fR] [\fB\-\-bandwidth\-allocation\fR=\fIBANDWIDTH_ALLOCATION\fR] [\fB\-\-bandwidth\-unmetered\fR=\fIBANDWIDTH_UNMETERED\fR] [\fB\-\-description\fR=\fIDESCRIPTION\fR] [\fB\-\-fault\-response\fR=\fIFAULT_RESPONSE\fR] [\fB\-\-validate\-only\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fBgcloud compute interconnects wire\-groups update\fR is used to update wire
groups.
For an example, refer to the \fBEXAMPLES\fR section below.
.SH "EXAMPLES"
To disable a wire group, run:
.RS 2m
$ gcloud compute interconnects wire\-groups update example\-wg \e
\-\-cross\-site\-network=example\-csn \-\-no\-admin\-enabled
.RE
To change a wire group's unmetered bandwidth, run:
.RS 2m
$ gcloud compute interconnects wire\-groups update example\-wg \e
\-\-cross\-site\-network=example\-csn \-\-bandwidth\-unmetered=5
.RE
To enable automatic failure detection for a wire group, run:
.RS 2m
$ gcloud compute interconnects wire\-groups update example\-wg \e
\-\-cross\-site\-network=example\-csn \-\-fault\-response=DISABLE_PORT
.RE
To enable bandwidth sharing for a wire group, run:
.RS 2m
$ gcloud compute interconnects wire\-groups update example\-wg \e
\-\-cross\-site\-network=example\-csn \e
\-\-bandwidth\-allocation=SHARED_WITH_WIRE_GROUP
.RE
To update a wire group's description, run:
.RS 2m
$ gcloud compute interconnects wire\-groups update example\-wg \e
\-\-cross\-site\-network=example\-csn \-\-description="new description"
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fINAME\fR
Name of the wire group to update.
.RE
.sp
.SH "REQUIRED FLAGS"
.RS 2m
.TP 2m
\fB\-\-cross\-site\-network\fR=\fICROSS_SITE_NETWORK\fR
Name of the crossSiteNetwork to operate on.
.RE
.sp
.SH "OPTIONAL FLAGS"
.RS 2m
.TP 2m
\fB\-\-admin\-enabled\fR
Administrative status of the wire group. When this is enabled, the wire group is
operational and will carry traffic. Use \-\-no\-admin\-enabled to disable it.
.TP 2m
\fB\-\-bandwidth\-allocation\fR=\fIBANDWIDTH_ALLOCATION\fR
The bandwidth allocation for the wire group. \fIBANDWIDTH_ALLOCATION\fR must be
one of:
.RS 2m
.TP 2m
\fBALLOCATE_PER_WIRE\fR
Configures a separate unmetered bandwidth allocation (and associated charges)
for each wire in the group.
.TP 2m
\fBSHARED_WITH_WIRE_GROUP\fR
Configures one unmetered bandwidth allocation for the wire group. The unmetered
bandwidth is divided equally across each wire in the group, but dynamic
throttling reallocates unused unmetered bandwidth from unused or underused wires
to other wires in the group.
.RE
.sp
.TP 2m
\fB\-\-bandwidth\-unmetered\fR=\fIBANDWIDTH_UNMETERED\fR
The amount of unmetered bandwidth to assign to the wire group.
.TP 2m
\fB\-\-description\fR=\fIDESCRIPTION\fR
An optional, textual description for the wire group.
.TP 2m
\fB\-\-fault\-response\fR=\fIFAULT_RESPONSE\fR
The fault response for the wire group. \fIFAULT_RESPONSE\fR must be one of:
.RS 2m
.TP 2m
\fBDISABLE_PORT\fR
Disable port
.TP 2m
\fBNONE\fR
None
.RE
.sp
.TP 2m
\fB\-\-validate\-only\fR
Validate the new configuration, but don't update it.
.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 wire\-groups update
.RE
.RS 2m
$ gcloud beta compute interconnects wire\-groups update
.RE