| Name | Type | Description | Notes |
|---|---|---|---|
| runStatus | RunStatusEnum | The run status of this ControllerService | [optional] |
| validationStatus | ValidationStatusEnum | Indicates whether the component is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the component is valid) | [optional] |
| activeThreadCount | Integer | The number of active threads for the component. | [optional] |
| Name | Value |
|---|---|
| ENABLED | "ENABLED" |
| ENABLING | "ENABLING" |
| DISABLED | "DISABLED" |
| DISABLING | "DISABLING" |
| Name | Value |
|---|---|
| VALID | "VALID" |
| INVALID | "INVALID" |
| VALIDATING | "VALIDATING" |