| 3815 | } |
| 3816 | |
| 3817 | func (e WorkspaceAgentLifecycleState) Valid() bool { |
| 3818 | switch e { |
| 3819 | case WorkspaceAgentLifecycleStateCreated, |
| 3820 | WorkspaceAgentLifecycleStateStarting, |
| 3821 | WorkspaceAgentLifecycleStateStartTimeout, |
| 3822 | WorkspaceAgentLifecycleStateStartError, |
| 3823 | WorkspaceAgentLifecycleStateReady, |
| 3824 | WorkspaceAgentLifecycleStateShuttingDown, |
| 3825 | WorkspaceAgentLifecycleStateShutdownTimeout, |
| 3826 | WorkspaceAgentLifecycleStateShutdownError, |
| 3827 | WorkspaceAgentLifecycleStateOff: |
| 3828 | return true |
| 3829 | } |
| 3830 | return false |
| 3831 | } |
| 3832 | |
| 3833 | func AllWorkspaceAgentLifecycleStateValues() []WorkspaceAgentLifecycleState { |
| 3834 | return []WorkspaceAgentLifecycleState{ |