Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.
Merged
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 lib/machines/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ var assign = require('lodash.assign');
* @param {string} params.templateId - Template id of the template to use for creating this machine
* @param {boolean} [params.assignPublicIp] - Assign a new public ip address on machine creation. Cannot be used with dynamicPublicIp.
* @param {boolean} [params.dynamicPublicIp] - Assigns a new public ip address on machine start and releases it from the account on machine stop. Cannot be used with assignPublicIp.
* @param {boolean} [params.startOnCreate] - Start the VM immediately after creation. Defaults to `true`.
* @param {string} [params.networkId] - If creating on a specific network, specify its id
* @param {string} [params.teamId] - If creating the machine for a team, specify the team id
* @param {string} [params.userId] - If assigning to an existing user other than yourself, specify the user id (mutually exclusive with email, password, firstName, lastName)
Expand Down