Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix(docs): document correct object structure for zone.createVM (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Dec 2, 2019
1 parent 227f43f commit 4551f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zone.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@ class Zone extends common.ServiceObject {
* @param {string} name - Name of the instance.
* @param {object} config - See an
* [Instance resource](https://cloud.google.com/compute/docs/reference/v1/instances).
* @param {?object[]} config.disks - See a
* [Disk resource](https://cloud.google.com/compute/docs/reference/v1/disks).
* @param {?object[]} config.disks - See
* [disks object](https://cloud.google.com/compute/docs/reference/rest/v1/instances/insert).
* @param {boolean=} config.http - Allow HTTP traffic. Default: `false`
* @param {boolean=} config.https - Allow HTTPS traffic. Default: `false`
* @param {?object[]} config.networkInterfaces - An array of configurations for
Expand Down

0 comments on commit 4551f1e

Please sign in to comment.