nav
NetApp Volumes
StorageGCP
General
General information about the service.
Description
Google Cloud NetApp Volumes provides fully managed file storage powered by NetApp for enterprise workloads.
Service ID
netapp.googleapis.comResource Pattern
projects/{project}/locations/{location}/volumes/{volume}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
nav-{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_netapp_volume" "main" {2 name = "nav-${var.environment}"3 location = var.region4 capacity_gib = 10245 share_name = "share"6 storage_pool = google_netapp_storage_pool.main.name7 protocols = ["NFSV3"]8}
Utilities
Utilities to support app deployment or configuration.