DevBoxActionOutput interface
An action which will take place on a Dev Box.
Properties
| action |
The action that will be taken. Possible values: "Stop" |
| name | The name of the action. |
| next | Details about the next run of this action. |
| source |
The id of the resource which triggered this action. |
| suspended |
The earliest time that the action could occur (UTC), in RFC3339 format. |
Property Details
actionType
The action that will be taken.
Possible values: "Stop"
actionType: string
Property Value
string
name
The name of the action.
name: string
Property Value
string
next
Details about the next run of this action.
next?: DevBoxNextActionOutput
Property Value
sourceId
The id of the resource which triggered this action.
sourceId: string
Property Value
string
suspendedUntil
The earliest time that the action could occur (UTC), in RFC3339 format.
suspendedUntil?: string
Property Value
string