File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -283,22 +283,19 @@ components:
283283 type : string
284284 description : Specify host mask which will be used for all sandbox requests
285285
286- SandboxAutoResumePolicy :
287- type : string
288- description : Auto-resume policy for paused sandboxes. Default is off.
289- default : " off"
290- enum :
291- - any
292- - " off"
286+ SandboxAutoResumeEnabled :
287+ type : boolean
288+ description : Auto-resume enabled flag for paused sandboxes. Default false.
289+ default : false
293290
294291 SandboxAutoResumeConfig :
295292 type : object
296- description : Auto-resume configuration for paused sandboxes. Default is off.
293+ description : Auto-resume configuration for paused sandboxes.
297294 required :
298- - policy
295+ - enabled
299296 properties :
300- policy :
301- $ref : " #/components/schemas/SandboxAutoResumePolicy "
297+ enabled :
298+ $ref : " #/components/schemas/SandboxAutoResumeEnabled "
302299
303300 SandboxLog :
304301 description : Log entry with timestamp and line
You can’t perform that action at this time.
0 commit comments