Reference documentation and code samples for the Google Cloud Storage Transfer V1 Client class State.
The state of an AgentPool.
Protobuf type google.storagetransfer.v1.AgentPool.State
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1This is an initialization state. During this stage, the resources such as Pub/Sub topics are allocated for the AgentPool.
Generated from protobuf enum CREATING = 1;
CREATED
Value: 2Determines that the AgentPool is created for use. At this state, Agents can join the AgentPool and participate in the transfer jobs in that pool.
Generated from protobuf enum CREATED = 2;
DELETING
Value: 3Determines that the AgentPool deletion has been initiated, and all the resources are scheduled to be cleaned up and freed.
Generated from protobuf enum DELETING = 3;