GoogleApi.StorageTransfer.V1.Model.AgentPool (google_api_storage_transfer v0.32.1) View Source
Represents an On-Premises Agent pool.
Attributes
-
bandwidthLimit(type:GoogleApi.StorageTransfer.V1.Model.BandwidthLimit.t, default:nil) - Specifies the bandwidth limit details. If this field is unspecified, the default value is set as 'No Limit'. -
displayName(type:String.t, default:nil) - Specifies the client-specified AgentPool description. -
name(type:String.t, default:nil) - Required. Specifies a unique string that identifies the agent pool. Format:projects/{project_id}/agentPools/{agent_pool_id} -
state(type:String.t, default:nil) - Output only. Specifies the state of the AgentPool.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.StorageTransfer.V1.Model.AgentPool{
bandwidthLimit: GoogleApi.StorageTransfer.V1.Model.BandwidthLimit.t() | nil,
displayName: String.t() | nil,
name: String.t() | nil,
state: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.