AgentData
The AgentData
class represents configuration details for an agent, including unique identifiers, URL, status flags, resource allocation settings, and replication information within the build manager.
Properties
Name | Description |
---|---|
Id | The unique identifier for the agent. |
ReplicaCount | The number of replicas for the agent, representing how many instances are available. |
IsDefault | Indicates whether the agent is set as the default agent in the build manager. |
MemoryLimit | The memory limit configuration for the agent, specifying maximum memory resources allocated. |
MemoryRequest | The memory request configuration for the agent, specifying minimum memory resources allocated. |
UId | The unique string identifier (UID) assigned to the agent. |
IsActive | Indicates whether the agent is currently active and available for use. |
Name | The name of the agent, used for identification within the build manager. |
Url | The URL associated with the agent, used for connectivity and access. |
CpuRequest | The CPU request configuration for the agent, specifying minimum CPU resources allocated. |
CpuLimit | The CPU limit configuration for the agent, specifying maximum CPU resources allocated. |