プロジェクト内のすべての Dedicated Interconnect 接続のリストと、それぞれの接続に関する詳細を表示できます。たとえば、各 Dedicated Interconnect 接続の名前、配置されているコロケーション施設、接続容量を表示できます。
コンソール
Google Cloud コンソールで、Cloud Interconnect の [物理接続] タブに移動します。
目的の Dedicated Interconnect 接続を選択して、詳細を表示します。
gcloud
プロジェクト内のすべての Dedicated Interconnect 接続を一覧表示します。
gcloud compute interconnects list
出力:
NAME LOCATION OPERATIONAL_STATUS ADMIN_ENABLED my-interconnect sin-zone1-388 ACTIVE True ...
接続の詳細情報を表示するには、describe コマンドに接続の名前を渡します。
gcloud compute interconnects describe my-interconnect
出力:
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
次のステップ
Dedicated Interconnect 接続を作成するには、Dedicated Interconnect のプロビジョニングの概要をご覧ください。
Cloud Interconnect のオプションについて詳しくは、Cloud Interconnect の概要をご覧ください。
Cloud Interconnect の使用時に発生する可能性のある一般的な問題を解決するには、トラブルシューティングをご覧ください。