Storage Transfer v1 API - Enum AgentPool.Types.State (2.5.0)

public enum AgentPool.Types.State

Reference documentation and code samples for the Storage Transfer v1 API enum AgentPool.Types.State.

The state of an AgentPool.

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Fields

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

Creating

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

Deleting

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

Unspecified

Default value. This value is unused.