GoogleApi.StorageTransfer.V1.Model.AgentPool (google_api_storage_transfer v0.37.3)
View SourceRepresents an 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }