We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8671843 commit d7bdcb7Copy full SHA for d7bdcb7
1 file changed
src/resources/shared.ts
@@ -284,6 +284,12 @@ export interface LaunchParameters {
284
*/
285
network_policy_id?: string | null;
286
287
+ /**
288
+ * (Optional, Alpha) standard is default and flex is lazily provisioned and may be
289
+ * pre-empted. This is an alpha feature and its behavior may change without notice.
290
+ */
291
+ provisioning_tier?: 'standard' | 'flex' | null;
292
+
293
/**
294
* A list of ContainerizedService names to be started when a Devbox is created. A
295
* valid ContainerizedService must be specified in Blueprint to be started.
0 commit comments