class TrafficRule extends Model (View source)

Properties

float $bandwidth
float $burst
string $delay
float $packetDuplicationRatio
float $packetLossRatio

Methods

setBandwidth($bandwidth)

No description

float
getBandwidth()

No description

setBurst($burst)

No description

float
getBurst()

No description

setDelay($delay)

No description

string
getDelay()

No description

setPacketDuplicationRatio($packetDuplicationRatio)

No description

float
getPacketDuplicationRatio()

No description

setPacketLossRatio($packetLossRatio)

No description

float
getPacketLossRatio()

No description

Details

setBandwidth($bandwidth)

No description

Parameters

$bandwidth

float getBandwidth()

No description

Return Value

float

setBurst($burst)

No description

Parameters

$burst

float getBurst()

No description

Return Value

float

setDelay($delay)

No description

Parameters

$delay

string getDelay()

No description

Return Value

string

setPacketDuplicationRatio($packetDuplicationRatio)

No description

Parameters

$packetDuplicationRatio

float getPacketDuplicationRatio()

No description

Return Value

float

setPacketLossRatio($packetLossRatio)

No description

Parameters

$packetLossRatio

float getPacketLossRatio()

No description

Return Value

float