state property

String? state
getter/setter pair

The state of the resource.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The default value. This value is used if the state is omitted.
  • "ACTIVE" : The rule is ready.
  • "CREATING" : The rule is being created.
  • "UPDATING" : The rule is being updated.
  • "DELETING" : The rule is being deleted.

Implementation

core.String? state;