Migration Center v1 API - Enum ImportJob.Types.ImportJobState (1.0.0)

public enum ImportJob.Types.ImportJobState

Reference documentation and code samples for the Migration Center v1 API enum ImportJob.Types.ImportJobState.

Enumerates possible states of an import job.

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Fields

NameDescription
Completed

The import job processing has completed.

Failed

The import job failed to be processed.

FailedValidation

The import job contains blocking errors.

Pending

The import job is pending.

Ready

The validation of the job completed with no blocking errors.

Running

The processing of the import job is ongoing.

Unspecified

Default value.

Validating

The import job is being validated.