public sealed class BandwidthLimit : IMessage<AgentPool.Types.BandwidthLimit>, IEquatable<AgentPool.Types.BandwidthLimit>, IDeepCloneable<AgentPool.Types.BandwidthLimit>, IBufferMessage, IMessageSpecifies a bandwidth limit for an agent pool.
Implements
IMessage<AgentPool.Types.BandwidthLimit>, IEquatable<AgentPool.Types.BandwidthLimit>, IDeepCloneable<AgentPool.Types.BandwidthLimit>, IBufferMessage, IMessageNamespace
Google.Cloud.StorageTransfer.V1Assembly
Google.Cloud.StorageTransfer.V1.dll
Constructors
BandwidthLimit()
public BandwidthLimit()BandwidthLimit(AgentPool.Types.BandwidthLimit)
public BandwidthLimit(AgentPool.Types.BandwidthLimit other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentPool.Types.BandwidthLimit |
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 |
Int64 |
|