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 c7afc23 commit 8b1debcCopy full SHA for 8b1debc
1 file changed
src/resources/shared.ts
@@ -285,8 +285,8 @@ export interface LaunchParameters {
285
network_policy_id?: string | null;
286
287
/**
288
- * (Optional) standard is default and flex is lazily provisioned and may be
289
- * pre-empted.
+ * (Alpha) standard is default and flex is lazily provisioned and may be pre-empted.
+ * This is an alpha feature and its behavior may change without notice.
290
*/
291
provisioning_tier?: 'standard' | 'flex' | null;
292
0 commit comments