1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00
gcloud-help/gcloud/compute/interconnects/update

50 lines
1.7 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud compute interconnects update - update a Compute Engine interconnect
SYNOPSIS
gcloud compute interconnects update NAME [--admin-enabled]
[--description=DESCRIPTION] [--noc-contact-email=NOC_CONTACT_EMAIL]
[--requested-link-count=REQUESTED_LINK_COUNT] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
gcloud compute interconnects update is used to update interconnects. An
interconnect represents a single specific connection between Google and the
customer.
POSITIONAL ARGUMENTS
NAME
Name of the interconnect to update.
FLAGS
--admin-enabled
Administrative status of the interconnect. When this is enabled, the
interconnect is operational and will carry traffic across any
functioning linked interconnect attachments. Use --no-admin-enabled to
disable it.
--description=DESCRIPTION
An optional, textual description for the interconnect.
--noc-contact-email=NOC_CONTACT_EMAIL
Email address to contact the customer NOC for operations and
maintenance notifications regarding this interconnect.
--requested-link-count=REQUESTED_LINK_COUNT
Target number of physical links in the link bundle.
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:
$ gcloud alpha compute interconnects update
$ gcloud beta compute interconnects update