| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This project is no longer actively developed or maintained.
This sample has been moved to GoogleCloudPlatform/python-docs-samples.
Google Compute Engine features a RESTful API that allows developers to run virtual machines in the cloud. This sample python command-line application demonstrates how to access the Compute Engine API using the Google Python API Client Library.
curl https://sdk.cloud.google.com | bash
gcloud auth login
gcloud config set project your-project-idpip install -r requirements.txtpython main.pyThe sample will:
The start up script executes these steps on the instance:
| Back | FazBrowse Home | New Git URL |