state property

String? state
getter/setter pair

The current state of the managed resource. Possible string values are:

  • "STATE_UNSPECIFIED" : State unspecified.
  • "READY" : Resource does not have any errors.
  • "ERROR" : Resource has errors.

Implementation

core.String? state;