public sealed class BandwidthLimit : IMessage<AgentPool.Types.BandwidthLimit>, IEquatable<AgentPool.Types.BandwidthLimit>, IDeepCloneable<AgentPool.Types.BandwidthLimit>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Transfer v1 API class AgentPool.Types.BandwidthLimit.
Specifies 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 |