IRatePolicy

Summary

Represents the rate policy to be applied for the Coupling Port.

Properties

Structure

class IRatePolicy
data_length

Amount of data in bytes (excluding header information) that can be received to define the rate policy.

Type

uint32

policy_action

The name of the Coupling Port Traffic Class Assignment.

Type

POLICY_ACTION or None

priority
Defines the priority which this rate policy shall be limited on.

If no priority is given this rate policy is not considering priority.

Type

uint32

time_interval

Time interval, in seconds, used to define the base of the rate policy.

Type

float or None

vlans

Defines the VLANs this rate policy shall be limited on. If no VLAN is given this rate policy is not considering VLAN tags.

Type

IList[IChannelEthernet]