TransferJobStatus

Status of the job. This value MUST be specified for CreateTransferJobRequests. Note: The effect of the new job status takes place during a subsequent job run. For example, if you change the job status from ENABLED to DISABLED, and an operation spawned by the transfer is running, the status change would not affect the current operation.

Entries

Link copied to clipboard

Zero is an illegal value.

Link copied to clipboard

New transfers are performed based on the schedule.

Link copied to clipboard

New transfers are not scheduled.

Link copied to clipboard

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.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): TransferJobStatus
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: TransferJobStatus
Link copied to clipboard
Link copied to clipboard