state property

String? state
getter/setter pair

The state of the posture deployment.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default value. This value is unused.
  • "CREATING" : The posture deployment is being created.
  • "DELETING" : The posture deployment is being deleted.
  • "UPDATING" : The posture deployment is being updated.
  • "ACTIVE" : The posture deployment is active and in use.
  • "CREATE_FAILED" : The posture deployment could not be created.
  • "UPDATE_FAILED" : The posture deployment could not be updated.
  • "DELETE_FAILED" : The posture deployment could not be deleted.

Implementation

core.String? state;