state property

String? state
getter/setter pair

State of the cutover 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 cutover job has not yet started.
  • "FAILED" : The cutover job finished with errors.
  • "SUCCEEDED" : The cutover job finished successfully.
  • "CANCELLED" : The cutover job was cancelled.
  • "CANCELLING" : The cutover job is being cancelled.
  • "ACTIVE" : The cutover job is active and running.
  • "ADAPTING_OS" : OS adaptation is running as part of the cutover job to generate license.

Implementation

core.String? state;