state property

String? state
getter/setter pair

The state of the PSC service automation.

Output only. Possible string values are:

  • "PSC_AUTOMATION_STATE_UNSPECIFIED" : Should not be used.
  • "PSC_AUTOMATION_STATE_SUCCESSFUL" : The PSC service automation is successful.
  • "PSC_AUTOMATION_STATE_FAILED" : The PSC service automation has failed.

Implementation

core.String? state;