public sealed class CreateAgentPoolRequest : IMessage<CreateAgentPoolRequest>, IEquatable<CreateAgentPoolRequest>, IDeepCloneable<CreateAgentPoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Transfer v1 API class CreateAgentPoolRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `CreateAgentPoolRequest` class is part of the Storage Transfer v1 API in the `Google.Cloud.StorageTransfer.V1` namespace and is used to specify the parameters for creating an agent pool."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffer management."],["There are multiple versions of the API available, with version 2.8.0 being the latest, and the documentation includes versions all the way back to 1.0.0."],["The `CreateAgentPoolRequest` class has three main properties, `AgentPool`, `AgentPoolId`, and `ProjectId`, that are required to create a new agent pool."],["The `AgentPoolId` property must follow specific formatting rules, such as not starting with \"goog\", containing only certain characters, and ending with a numeral or lowercase letter."]]],[]]