componentHealthType property

String? componentHealthType
getter/setter pair

The type of the component health.

Output only. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unspecified
  • "TYPE_REQUIRED" : required
  • "TYPE_OPTIONAL" : optional
  • "TYPE_SPECIAL" : special

Implementation

core.String? componentHealthType;