@@ -120,6 +120,12 @@ export interface CreateNodesRequest {
120120 */
121121 max_price_per_node_hour : number ;
122122
123+ /**
124+ * **Experimental — subject to change or removal without notice.** Enables
125+ * InfiniBand. Requires hardware in the chosen zone that supports InfiniBand.
126+ */
127+ _preview_enable_infiniband ?: boolean ;
128+
123129 /**
124130 * Allow auto reserved nodes to be created in any zone that meets the requirements
125131 */
@@ -131,12 +137,6 @@ export interface CreateNodesRequest {
131137 */
132138 cloud_init_user_data ?: string ;
133139
134- /**
135- * **Experimental — subject to change or removal without notice.** Enables
136- * InfiniBand. Requires hardware in the chosen zone that supports InfiniBand.
137- */
138- enable_infiniband ?: boolean ;
139-
140140 /**
141141 * End time as Unix timestamp in seconds If provided, end time must be aligned to
142142 * the hour If not provided, the node will be created as an autoreserved node
@@ -474,6 +474,12 @@ export interface NodeCreateParams {
474474 */
475475 max_price_per_node_hour : number ;
476476
477+ /**
478+ * **Experimental — subject to change or removal without notice.** Enables
479+ * InfiniBand. Requires hardware in the chosen zone that supports InfiniBand.
480+ */
481+ _preview_enable_infiniband ?: boolean ;
482+
477483 /**
478484 * Allow auto reserved nodes to be created in any zone that meets the requirements
479485 */
@@ -485,12 +491,6 @@ export interface NodeCreateParams {
485491 */
486492 cloud_init_user_data ?: string ;
487493
488- /**
489- * **Experimental — subject to change or removal without notice.** Enables
490- * InfiniBand. Requires hardware in the chosen zone that supports InfiniBand.
491- */
492- enable_infiniband ?: boolean ;
493-
494494 /**
495495 * End time as Unix timestamp in seconds If provided, end time must be aligned to
496496 * the hour If not provided, the node will be created as an autoreserved node
0 commit comments