ncc
Network Connectivity Center
NetworkingGCP
General
General information about the service.
Description
Network Connectivity Center provides a hub-and-spoke model for connecting multiple networks.
Service ID
networkconnectivity.googleapis.comResource Pattern
projects/{project}/locations/global/hubs/{hub}References
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
ncc-{workload}-{environment}Length
1-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
project
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_network_connectivity_hub" "main" {2 name = "ncc-${var.environment}"3}
Utilities
Utilities to support app deployment or configuration.