Send feedback
Disable a wire group
Stay organized with collections
Save and categorize content based on your preferences.
This page describes how to disable a wire group in a cross-site network.
Disabling a wire group stops all traffic through the wire group.
You can re-enable the wire group at any time.
Preview
This product is subject to the "Pre-GA Offerings Terms" in the General Service Terms section
of the Service Specific Terms .
Pre-GA products are available "as is" and might have limited support.
For more information, see the
launch stage descriptions .
gcloud To disable a wire group in a cross-site network, update the wire group
and set the --no-admin-enabled
flag.
Use the
gcloud beta compute interconnects wire-groups update
command .
gcloud beta compute interconnects wire-groups update WIRE_GROUP_NAME \
--cross-site-network=NETWORK_NAME \
--no-admin-enabled
Replace the following:
WIRE_GROUP_NAME
: the name of the wire group
NETWORK_NAME
: the name of the cross-site network that
contains the wire group
You can re-enable the wire group by updating the wire group with the
--admin-enabled
flag.
What's next
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-09 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[],[]]