연결 세부정보 보기
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
프로젝트의 모든 Cross-Cloud Interconnect 연결 목록과 각 항목의 세부정보를 확인할 수 있습니다. 예를 들어 각 연결의 이름, 위치, 용량을 확인할 수 있습니다.
이 태스크에 필요한 권한
이 태스크를 수행하려면 다음 권한 또는 다음 Identity and Access Management(IAM) 역할을 부여 받아야 합니다.
권한
compute.interconnects.list
compute.interconnects.get
역할
roles/owner
roles/editor
roles/compute.networkAdmin
콘솔
Google Cloud 콘솔에서 Cloud Interconnect 실제 연결 탭으로 이동합니다.
실제 연결로 이동
적절한 연결을 선택합니다.
gcloud
프로젝트에 있는 모든 Cloud Interconnect 연결을 나열하려면 gcloud compute interconnects list
명령어를 사용하세요.
gcloud compute interconnects list
다음과 비슷한 출력이 표시됩니다.
NAME LOCATION OPERATIONAL_STATUS ADMIN_ENABLED
my-interconnect sin-zone1-388 ACTIVE True
...
연결에 대해 자세히 알아보려면 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
다음 단계
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-03(UTC)
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]
{"lastModified": "\ucd5c\uc885 \uc5c5\ub370\uc774\ud2b8: 2024-09-03(UTC)"}
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-09-03(UTC)"]]