Class BandwidthLimit
Specifies a bandwidth limit for an agent pool.
Implements
Inherited Members
Namespace: Google.Apis.Storagetransfer.v1.Data
Assembly: Google.Apis.Storagetransfer.v1.dll
Syntax
public class BandwidthLimit : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LimitMbps
Bandwidth rate in megabytes per second, distributed across all the agents in the pool.
Declaration
[JsonProperty("limitMbps")]
public virtual long? LimitMbps { get; set; }
Property Value
Type | Description |
---|---|
long? |