Storage Transfer Service V1 API - Module Google::Cloud::StorageTransfer::V1::AgentPool::State (v0.10.0)

Reference documentation and code samples for the Storage Transfer Service V1 API module Google::Cloud::StorageTransfer::V1::AgentPool::State.

The state of an AgentPool.

Constants

STATE_UNSPECIFIED

value: 0
Default value. This value is unused.

CREATING

value: 1
This is an initialization state. During this stage, the resources such as Pub/Sub topics are allocated for the AgentPool.

CREATED

value: 2
Determines that the AgentPool is created for use. At this state, Agents can join the AgentPool and participate in the transfer jobs in that pool.

DELETING

value: 3
Determines that the AgentPool deletion has been initiated, and all the resources are scheduled to be cleaned up and freed.