severity property
Severity level of the condition. Possible string values are:
- "SEVERITY_UNSPECIFIED" : Unspecified severity
- "ERROR" : Indicates an issue that prevents the mesh from operating correctly
- "WARNING" : Indicates a setting is likely wrong, but the mesh is still able to operate
- "INFO" : An informational message, not requiring any action
Implementation
core.String? severity;