nic
Network Intelligence Center
NetworkingGCP
General
General information about the service.
Description
Network Intelligence Center provides a single console for managing Google Cloud network visibility, monitoring, and troubleshooting. It includes connectivity tests, network topology, and performance dashboard.
Service ID
networkmanagement.googleapis.comResource Pattern
projects/{project}/locations/global/connectivityTests/{test}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
nic-{workload}-{env}Length
4-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
global
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_network_management_connectivity_test" "main" {2 name = "nic-${var.workload}-${var.environment}"3 source {4 ip_address = "10.0.0.1"5 network = google_compute_network.main.id6 }7 destination {8 ip_address = "10.1.0.1"9 port = 44310 }11 protocol = "TCP"12}
Utilities
Utilities to support app deployment or configuration.