gcloud compute interconnects update - update a Compute Engine interconnect
gcloud compute interconnects update NAME [--admin-enabled] [--description=DESCRIPTION] [--noc-contact-email=NOC_CONTACT_EMAIL] [--requested-link-count=REQUESTED_LINK_COUNT] [GCLOUD_WIDE_FLAG ...]
gcloud compute interconnects update is used to update interconnects. An interconnect represents a single specific connection between Google and the customer.
- NAME
Name of the interconnect to update.
- --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.
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.
These variants are also available:
$ gcloud alpha compute interconnects update
$ gcloud beta compute interconnects update