Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ Patrick Costello <[email protected]>
Silvano Luciani <[email protected]>
Stephen Sawchuk <[email protected]>
Anand Suresh <[email protected]>
Gabriel Petrovay <[email protected]>
4 changes: 3 additions & 1 deletion lib/compute/zone.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ Zone.prototype.createDisk = function(name, config, callback) {
};

/**
* Create a virtual machine in this zone.
* Create a virtual machine in this zone. If a virtual machine instance already exists
* with such a name, the instance is only started. If the virtual machine is already
* running this operation has no effect.
*
* @resource [Instance Resource]{@link https://cloud.google.com/compute/docs/reference/v1/instances}
* @resource [Instances: insert API Documentation]{@link https://cloud.google.com/compute/docs/reference/v1/instances/insert}
Expand Down