huawei-cloud-cc-central-network-query
Huawei Cloud CC Central Network Query
Overview
This skill queries Huawei Cloud Cloud Connect (CC) Central Network resources using the hcloud CLI. Central Network is a core concept in Cloud Connect that enables global, centralized network architecture across regions and clouds.
Scope: Query only — no create, update, or delete operations.
Resources covered:
| Resource | List | Show |
|---|---|---|
| Central Network Instance | ✅ ListCentralNetworks |
✅ ShowCentralNetwork |
| Central Network Attachment | ✅ ListCentralNetworkAttachments |
✅ ShowCentralNetworkErRouteTableAttachment / ShowCentralNetworkGdgwAttachment |
| Central Network Connection | ✅ ListCentralNetworkConnections |
✅ Via ListCentralNetworkConnections --id.1 filter |
Note on attachments: Central network attachments come in two types — ER Route Table and GDGW. There is no generic "show attachment" command; you must use the type-specific command based on the attachment type.
Note on connection show: There is no dedicated
ShowCentralNetworkConnectionAPI. To query a single connection, useListCentralNetworkConnectionswith the--id.1filter, or read theconnectionsarray embedded in theShowCentralNetworkresponse.