Storage Transfer v1 API - Class AgentPool.Types.BandwidthLimit (2.5.0)

public sealed class AgentPool.Types.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.

Inheritance

object > AgentPool.Types.BandwidthLimit

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Constructors

BandwidthLimit()

public BandwidthLimit()

BandwidthLimit(BandwidthLimit)

public BandwidthLimit(AgentPool.Types.BandwidthLimit other)
Parameter
NameDescription
otherAgentPoolTypesBandwidthLimit

Properties

LimitMbps

public long LimitMbps { get; set; }

Bandwidth rate in megabytes per second, distributed across all the agents in the pool.

Property Value
TypeDescription
long