Module: Google::Cloud::Kms::V1::ImportJob::ImportJobState

Defined in:
lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/resources.rb

Overview

The state of the ImportJob, indicating if it can be used.

Constant Summary collapse

IMPORT_JOB_STATE_UNSPECIFIED =

Not specified.

0
PENDING_GENERATION =

The wrapping key for this job is still being generated. It may not be used. Cloud KMS will automatically mark this job as ACTIVE as soon as the wrapping key is generated.

1
ACTIVE =

This job may be used in CreateCryptoKey and CreateCryptoKeyVersion requests.

2
EXPIRED =

This job can no longer be used and may not leave this state once entered.

3