state property
Specifies the state of the AgentPool.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Default value. This value is unused.
 - "CREATING" : This is an initialization state. During this stage, resources are allocated for the AgentPool.
 - "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.
 - "DELETING" : Determines that the AgentPool deletion has been initiated, and all the resources are scheduled to be cleaned up and freed.
 
Implementation
core.String? state;