state property

String? state
getter/setter pair

The state of the resource.

Output only. Possible string values are:

  • "PENDING" : There are changes pending for this resource.
  • "IN_PROGRESS" : The service is executing changes on the resource.
  • "IN_PREVIEW" : The service is previewing changes on the resource.
  • "FAILED" : The service has failed to change the resource.
  • "ABORTED" : The service has aborted trying to change the resource.

Implementation

core.String? state;