state property

String? state
getter/setter pair

State of the clone job.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The state is unknown. This is used for API compatibility only and is not used by the system.
  • "PENDING" : The clone job has not yet started.
  • "ACTIVE" : The clone job is active and running.
  • "FAILED" : The clone job finished with errors.
  • "SUCCEEDED" : The clone job finished successfully.
  • "CANCELLED" : The clone job was cancelled.
  • "CANCELLING" : The clone job is being cancelled.
  • "ADAPTING_OS" : OS adaptation is running as part of the clone job to generate license.

Implementation

core.String? state;