Module: Google::Cloud::StorageTransfer::V1::TransferJob::Status

Defined in:
proto_docs/google/storagetransfer/v1/transfer_types.rb

Overview

The status of the transfer job.

Constant Summary collapse

STATUS_UNSPECIFIED =

Zero is an illegal value.

0
ENABLED =

New transfers are performed based on the schedule.

1
DISABLED =

New transfers are not scheduled.

2
DELETED =

This is a soft delete state. After a transfer job is set to this state, the job and all the transfer executions are subject to garbage collection. Transfer jobs become eligible for garbage collection 30 days after their status is set to DELETED.

3