Show / Hide Table of Contents

Class TrafficRule

Network emulation parameters.

Inheritance
object
TrafficRule
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class TrafficRule : IDirectResponseSchema

Properties

Bandwidth

Bandwidth in kbits/second.

Declaration
[JsonProperty("bandwidth")]
public virtual float? Bandwidth { get; set; }
Property Value
Type Description
float?

Burst

Burst size in kbits.

Declaration
[JsonProperty("burst")]
public virtual float? Burst { get; set; }
Property Value
Type Description
float?

Delay

Packet delay, must be >= 0.

Declaration
[JsonProperty("delay")]
public virtual object Delay { get; set; }
Property Value
Type Description
object

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PacketDuplicationRatio

Packet duplication ratio (0.0 - 1.0).

Declaration
[JsonProperty("packetDuplicationRatio")]
public virtual float? PacketDuplicationRatio { get; set; }
Property Value
Type Description
float?

PacketLossRatio

Packet loss ratio (0.0 - 1.0).

Declaration
[JsonProperty("packetLossRatio")]
public virtual float? PacketLossRatio { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX