state property

String? state
getter/setter pair

AclPolicyRevision state.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not set.
  • "APPLYING" : The cluster is attempting to apply this revision.
  • "APPLIED" : The cluster has successfully applied this revision.
  • "FAILED" : The cluster failed to apply this revision.

Implementation

core.String? state;