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

אתם יכולים לראות רשימה של כל חיבורי Cross-Cloud Interconnect בפרויקט שלכם, ופרטים על כל אחד מהם. לדוגמה, אפשר לראות את השם של כל חיבור, את המיקום שלו ואת הקיבולת שלו.

המסוף

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

    כניסה אל Physical connections

  2. בוחרים את החיבור המתאים.

gcloud

  1. כדי להציג את כל חיבורי Cloud Interconnect בפרויקט, משתמשים בפקודה gcloud compute interconnects list:

    gcloud compute interconnects list
    

    הפלט אמור להיראות כך:

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

  2. כדי להציג מידע נוסף על חיבור, משתמשים בפקודה gcloud compute interconnects describe my-interconnect:

    gcloud compute interconnects describe my-interconnect CONNECTION_NAME
    

    מחליפים את CONNECTION_NAME בשם של חיבור Cross-Cloud Interconnect.

    הפלט אמור להיראות כך:

    adminEnabled: true
    circuitInfos:
    \\- customerDemarcId: 'COLGX: MMRC-COL3-CO17-RU35 Ports 121, 122'
      googleCircuitId: GCP-00067
      googleDemarcId: 'COLGX: MMRC-COL3-CO17-RU35 Ports 121, 122'
    creationTimestamp: '2023-02-08T22:52:54.425-08:00'
    googleReferenceId: '562358802'
    id: '9075210876797658793'
    interconnectType: IT_PRIVATE
    kind: compute#interconnect
    linkType: LINK_TYPE_ETHERNET_10G_LR
    location: https://www.googleapis.com/compute/....../cmh-zone1-2377
    name: my-interconnect
    nocContactEmail: my-name@gmail.com
    operationalStatus: OS_ACTIVE
    provisionedLinkCount: 1
    requestedLinkCount: 1
    selfLink: https://www.googleapis.com/compute/....../my-interconnect
    state: ACTIVE
    

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