接続の詳細の表示

プロジェクト内のすべての Dedicated Interconnect 接続のリストと、それぞれの接続に関する詳細を表示できます。たとえば、各 Dedicated Interconnect 接続の名前、配置されているコロケーション施設、接続容量を表示できます。

コンソール

  1. Google Cloud コンソールで、Cloud Interconnect の [物理接続] タブに移動します。

    [物理接続] に移動

  2. 目的の Dedicated Interconnect 接続を選択して、詳細を表示します。

gcloud

  1. プロジェクト内のすべての Dedicated Interconnect 接続を一覧表示します。

    gcloud compute interconnects list
    

    出力:

    NAME             LOCATION       OPERATIONAL_STATUS  ADMIN_ENABLED
    my-interconnect  sin-zone1-388  ACTIVE              True
    ...
    

  2. 接続の詳細情報を表示するには、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
    

次のステップ