Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[google compute] Added setMachineType method to allow for changing si… #721

Closed
wants to merge 1 commit into from

Conversation

erjohnso
Copy link
Contributor

@erjohnso erjohnso commented Mar 7, 2016

…zes of instances.

Google Compute Engine supports both predefined machine types and custom machine types. It is also possible to change the machine type of an existing virtual machine via the API withsetMachineType (note the instance must first be stopped), and this PR exposes this feature.

The PR includes an update to the gce_demo.py script to show how to use the feature along with test coverage for the feature.

@asfgit asfgit closed this in 6f3279c Mar 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant