הצגת פרטי החיבור

אתם יכולים לראות רשימה של כל חיבורי Dedicated Interconnect בפרויקט ופרטים על כל אחד מהם. לדוגמה, אפשר לראות את השם של כל חיבור Dedicated Interconnect, את מתקן לאחסון ואירוח שרתים (colocation facility) שבו הוא נמצא ואת קיבולת החיבור.

המסוף

  1. במסוף Cloud de Confiance , עוברים לכרטיסייה Physical connections של Cloud Interconnect.

    כניסה אל Physical connections

  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. כדי לראות מידע נוסף על חיבור, מעבירים את שם החיבור:

    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
    

המאמרים הבאים