Storage Transfer v1 API - Enum TransferJob.Types.Status (2.5.0)

public enum TransferJob.Types.Status

Reference documentation and code samples for the Storage Transfer v1 API enum TransferJob.Types.Status.

The status of the transfer job.

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Fields

NameDescription
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.

Disabled

New transfers are not scheduled.

Enabled

New transfers are performed based on the schedule.

Unspecified

Zero is an illegal value.