GetAgentPoolResult

data class GetAgentPoolResult(val bandwidthLimit: BandwidthLimitResponse, val displayName: String, val name: String, val state: String)

Constructors

Link copied to clipboard
constructor(bandwidthLimit: BandwidthLimitResponse, displayName: String, name: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the bandwidth limit details. If this field is unspecified, the default value is set as 'No Limit'.

Link copied to clipboard

Specifies the client-specified AgentPool description.

Link copied to clipboard

Specifies a unique string that identifies the agent pool. Format: projects/{project_id}/agentPools/{agent_pool_id}

Link copied to clipboard

Specifies the state of the AgentPool.