state property

String? state
getter/setter pair

Workload state.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state.
  • "CREATING" : The Workload is being created.
  • "ACTIVE" : The Workload is ready.
  • "DELETING" : The Workload is being deleted.
  • "DETACHED" : The underlying compute resources have been deleted.

Implementation

core.String? state;