Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit cbadccc

Browse files
committed
add new region and machine types to machine create docs
1 parent d81e5bd commit cbadccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/machines/create.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ var assign = require('lodash.assign');
1313
* them the machine. This action can only be performed by the account owner. (Team members cannot
1414
* create machines themselves; only the team administrator may do so.)
1515
* @param {object} params - Machine creation parameters
16-
* @param {string} params.region - Name of the region: 'East Coast (NY2)' or 'West Coast (CA1)'
17-
* @param {string} params.machineType - Machine type: either 'Air', 'Standard', 'Pro', 'Advanced', 'GPU+', 'P5000', 'C1', 'C2', 'C3', 'C4', 'C5', 'C6', 'C7', 'C8', 'C9', or 'C10'<p>
16+
* @param {string} params.region - Name of the region: either 'East Coast (NY2)', 'West Coast (CA1)', or 'Europe (AMS1)'
17+
* @param {string} params.machineType - Machine type: either 'Air', 'Standard', 'Pro', 'Advanced', 'GPU+', 'P4000', 'P5000', 'P6000', 'V100', 'C1', 'C2', 'C3', 'C4', 'C5', 'C6', 'C7', 'C8', 'C9', or 'C10'<p>
1818
* Note:<br>
1919
* Windows os templates cannot be used to create CPU-only machine types 'C1' - 'C10'.<br>
2020
* Ubuntu os templates cannot be used to create GRID GPU machine types: 'Air', 'Standard', 'Pro', or 'Advanced'.

0 commit comments

Comments
 (0)