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 Interconnect connection, the colocation facility in which it's located, and the capacity of the connection.
Console
In the Google Cloud console, go to the Cloud Interconnect Physical connections tab.
Select the Interconnect connection to view its details.
gcloud
List all 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 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 selfLink: https://www.googleapis.com/compute/... .../my-interconnect
What's next
To create an 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.