You can view a list of all the Dedicated Interconnect connections in your project and details about each one. For example, you can view the name of each Dedicated Interconnect connection, the colocation facility in which it's located, and the capacity of the connection.
Permissions required for this task
To perform this task, you must have been granted the following permissions or the following Identity and Access Management (IAM) roles.
Permissions
compute.interconnects.list
compute.interconnects.get
Roles
roles/owner
roles/editor
roles/compute.networkAdmin
In the Google Cloud console, go to the Cloud Interconnect Physical connections tab.
Select the Dedicated Interconnect connection to view its details.
List all Dedicated Interconnect connections that are in your project:
gcloud compute interconnects list
Output:
NAME LOCATION OPERATIONAL_STATUS ADMIN_ENABLED my-interconnect sin-zone1-388 ACTIVE True ...
Describe a connection to view more information about it by passing the name of the connection:
gcloud compute interconnects describe my-interconnect
Output:
adminEnabled: true availableFeatures: ‐ IF_MACSEC creationTimestamp: '2017-08-13T20:26:05.783-07:00' description: test interconnect googleIpAddress: 169.254.123.122/29 googleReferenceId: '12345678' id: '1234567890123456789' interconnectType: DEDICATED kind: compute#interconnect linkType: ETHERNET_10G_LR location: https://www.googleapis.com/compute/...
.../sin-zone1-388 name: my-interconnect operationalStatus: ACTIVE peerIpAddress: 169.254.123.123/29 provisionedLinkCount: 1 requestedLinkCount: 1 requestedFeatures: ‐ IF_MACSEC selfLink: https://www.googleapis.com/compute/... .../my-interconnect
What's next
To create a Dedicated Interconnect connection, see the Dedicated Interconnect provisioning overview.
To learn more about Cloud Interconnect options, see the Cloud Interconnect overview.
To help you solve common issues that you might encounter when using Cloud Interconnect, see Troubleshooting.