You must have the Billing Account Administrator role (roles/billing.admin
) and
complete a series of one-time tasks per project and VPC network to create a
connection from the user's environment to the Cloud Volumes Service. For more
information, see
Pricing.
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
Make sure that billing is enabled for your project. Learn how to confirm that billing is enabled for your project.
In the Google Cloud console, open Cloud Shell.
Open Cloud Shell-
In Cloud Shell, run the following command to determine whether the Service Networking API, Service Management API, and the NetApp Cloud Volumes API are enabled in your project:
gcloud --project=my-cvs-prj services list
If the APIs are not listed in the output, then they are not enabled.
-
If the Service Networking API and the Service Management API are not already enabled, then run the corresponding commands in Cloud Shell to enable them:
gcloud --project=my-cvs-prj services enable servicenetworking.googleapis.com gcloud --project=my-cvs-prj services enable servicemanagement.googleapis.com
-
If the NetApp Cloud Volumes API isn't already enabled, run the following command in Cloud Shell to enable it:
gcloud --project=my-cvs-prj services enable cloudvolumesgcp-api.netapp.com
- Grant the Cloud Volumes Service IAM role to your designated volume administrators.
For more information, see Service Networking API, Service Management API and NetApp Cloud Volumes API.
What's next
- Set up private services access for Cloud Volumes Service
- Create and manage NFS volumes
- Create and manage SMB volumes
- Monitor cloud volumes
- Create and manage volume snapshots
- Revert a volume using a snapshot
- Back up and restore a cloud volume
- Security considerations
- FAQs about NetApp Cloud Volumes Service for Google Cloud
- Explore reference architectures, diagrams, and best practices about Google Cloud. Take a look at our Cloud Architecture Center.