values constant

List<MigrationJob_State> const values

Implementation

static const $core.List<MigrationJob_State> values = <MigrationJob_State> [
  STATE_UNSPECIFIED,
  MAINTENANCE,
  DRAFT,
  CREATING,
  NOT_STARTED,
  RUNNING,
  FAILED,
  COMPLETED,
  DELETING,
  STOPPING,
  STOPPED,
  DELETED,
  UPDATING,
  STARTING,
  RESTARTING,
  RESUMING,
];