Class AgentPool.Types.BandwidthLimit (1.2.0)

public sealed class BandwidthLimit : IMessage<AgentPool.Types.BandwidthLimit>, IEquatable<AgentPool.Types.BandwidthLimit>, IDeepCloneable<AgentPool.Types.BandwidthLimit>, IBufferMessage, IMessage

Specifies a bandwidth limit for an agent pool.

Inheritance

Object > AgentPool.Types.BandwidthLimit

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Constructors

BandwidthLimit()

public BandwidthLimit()

BandwidthLimit(AgentPool.Types.BandwidthLimit)

public BandwidthLimit(AgentPool.Types.BandwidthLimit other)
Parameter
NameDescription
otherAgentPool.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
TypeDescription
Int64