File: //snap/google-cloud-cli/current/help/man/man1/gcloud_iap_tcp_dest-groups_update.1
.TH "GCLOUD_IAP_TCP_DEST\-GROUPS_UPDATE" 1
.SH "NAME"
.HP
gcloud iap tcp dest\-groups update \- update the IAP TCP Destination Group resource
.SH "SYNOPSIS"
.HP
\f5gcloud iap tcp dest\-groups update\fR \fIGROUP_NAME\fR \fB\-\-region\fR=\fIREGION\fR (\fB\-\-fqdn\-list\fR=\fIFQDN_LIST\fR\ \fB\-\-ip\-range\-list\fR=\fIIP_RANGE_LIST\fR) [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
Update the IAP TCP Destination Group resource.
.SH "EXAMPLES"
To update a DestGroup with name \f5\fIGROUP_NAME\fR\fR, in region
\f5\fIREGION\fR\fR with ip ranges \f5\fICIDR1\fR\fR, \f5\fICIDR2\fR\fR in the
current project run:
.RS 2m
$ gcloud iap tcp dest\-groups update DEST_GROUP_NAME \e
\-\-region=REGION \-\-ip\-range\-list=CIDR1,CIDR2
.RE
To update a DestGroup with name \f5\fIGROUP_NAME\fR\fR, in region
\f5\fIREGION\fR\fR with fqdns \f5\fIFQDN1\fR\fR, \f5\fIFQDN2\fR\fR in the
current project run:
.RS 2m
$ gcloud iap tcp dest\-groups update DEST_GROUP_NAME \e
\-\-region=REGION \-\-fqdn\-list=FQDN1,FQDN2
.RE
To update a DestGroup with name \f5\fIGROUP_NAME\fR\fR, in region
\f5\fIREGION\fR\fR with fqdns \f5\fIFQDN1\fR\fR, \f5\fIFQDN2\fR\fR and ip ranges
\f5\fICIDR1\fR\fR, \f5\fICIDR2\fR\fR in the project \f5\fIPROJECT_ID\fR\fR run:
.RS 2m
$ gcloud iap tcp dest\-groups update DEST_GROUP_NAME \e
\-\-region=REGION \-\-fqdn\-list=FQDN1,FQDN2 \e
\-\-ip\-range\-list=CIDR1,CIDR2 \-\-project=PROJECT_ID
.RE
To clear the fqdn list in a DestGroup with name \f5\fIGROUP_NAME\fR\fR, in
region \f5\fIREGION\fR\fR in the current project run:
.RS 2m
$ gcloud iap tcp dest\-groups update DEST_GROUP_NAME \e
\-\-region=REGION \-\-fqdn\-list=""
.RE
To clear the ip range list in a DestGroup with name \f5\fIGROUP_NAME\fR\fR, in
region \f5\fIREGION\fR\fR in the current project run:
.RS 2m
$ gcloud iap tcp dest\-groups update DEST_GROUP_NAME \e
\-\-region=REGION \-\-ip\-range\-list=""
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIGROUP_NAME\fR
Name of the Destination Group.
.RE
.sp
.SH "REQUIRED FLAGS"
.RS 2m
.TP 2m
\fB\-\-region\fR=\fIREGION\fR
Region of the Destination Group.
.TP 2m
At least one of these must be specified:
.RS 2m
.TP 2m
\fB\-\-fqdn\-list\fR=\fIFQDN_LIST\fR
List of FQDNs in the Destination Group.
.TP 2m
\fB\-\-ip\-range\-list\fR=\fIIP_RANGE_LIST\fR
List of ip\-ranges in the Destination Group.
.RE
.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 iap tcp dest\-groups update
.RE
.RS 2m
$ gcloud beta iap tcp dest\-groups update
.RE