Module: Google::Cloud::StorageTransfer::V1::AgentPool::State
- Defined in:
- proto_docs/google/storagetransfer/v1/transfer_types.rb
Overview
The state of an AgentPool.
Constant Summary collapse
- STATE_UNSPECIFIED =
Default value. This value is unused.
0
- CREATING =
This is an initialization state. During this stage, resources are allocated for the AgentPool.
1
- CREATED =
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.
2
- DELETING =
Determines that the AgentPool deletion has been initiated, and all the resources are scheduled to be cleaned up and freed.
3