public sealed class AgentPool.Types.BandwidthLimit : IMessage<AgentPool.Types.BandwidthLimit>, IEquatable<AgentPool.Types.BandwidthLimit>, IDeepCloneable<AgentPool.Types.BandwidthLimit>, IBufferMessage, IMessageReference documentation and code samples for the Storage Transfer v1 API class AgentPool.Types.BandwidthLimit.
Specifies a bandwidth limit for an agent pool.
Implements
IMessageAgentPoolTypesBandwidthLimit, IEquatableAgentPoolTypesBandwidthLimit, IDeepCloneableAgentPoolTypesBandwidthLimit, IBufferMessage, IMessageNamespace
Google.Cloud.StorageTransfer.V1Assembly
Google.Cloud.StorageTransfer.V1.dll
Constructors
BandwidthLimit()
public BandwidthLimit()BandwidthLimit(BandwidthLimit)
public BandwidthLimit(AgentPool.Types.BandwidthLimit other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentPoolTypesBandwidthLimit |
Properties
LimitMbps
public long LimitMbps { get; set; }Bandwidth rate in megabytes per second, distributed across all the agents in the pool.
| Property Value | |
|---|---|
| Type | Description |
long |
|