Open Kilda Java Documentation
org.openkilda.pce.provider.rule.EncapsulationScheme Interface Reference

Public Member Functions

FlowInstall buildIngressInstallationFlowRule (Flow flow)
 
FlowInstall buildIngressUpdateFlowRule (Flow flow)
 
FlowInstall buildIngressDeletionFlowRule (Flow flow)
 
FlowInstall buildEgressInstallationFlowRule (Flow flow)
 
FlowInstall buildEgressUpdateFlowRule (Flow flow)
 
FlowInstall buildEgressDeletionFlowRule (Flow flow)
 
FlowInstall buildTransitInstallationFlowRule (Flow flow)
 
FlowInstall buildTransitUpdateFlowRule (Flow flow)
 
FlowInstall buildTransitDeletionFlowRule (Flow flow)
 
FlowInstall buildInstallationMeter (Flow flow)
 
FlowInstall buildUpdateMeter (Flow flow)
 
FlowInstall buildDeletionMeter (Flow flow)
 
FlowInstall buildSuspendIngressFlowRule (Flow flow)
 
FlowInstall buildSuspendEgressFlowRule (Flow flow)
 
default FlowInstall buildResumeIngressFlowRule (Flow flow)
 
default FlowInstall buildResumeEgressFlowRule (Flow flow)
 

Detailed Description

Definition at line 21 of file EncapsulationScheme.java.

Member Function Documentation

◆ buildDeletionMeter()

FlowInstall org.openkilda.pce.provider.rule.EncapsulationScheme.buildDeletionMeter ( Flow  flow)

◆ buildEgressDeletionFlowRule()

FlowInstall org.openkilda.pce.provider.rule.EncapsulationScheme.buildEgressDeletionFlowRule ( Flow  flow)

◆ buildEgressInstallationFlowRule()

FlowInstall org.openkilda.pce.provider.rule.EncapsulationScheme.buildEgressInstallationFlowRule ( Flow  flow)

◆ buildEgressUpdateFlowRule()

FlowInstall org.openkilda.pce.provider.rule.EncapsulationScheme.buildEgressUpdateFlowRule ( Flow  flow)

◆ buildIngressDeletionFlowRule()

FlowInstall org.openkilda.pce.provider.rule.EncapsulationScheme.buildIngressDeletionFlowRule ( Flow  flow)

◆ buildIngressInstallationFlowRule()

FlowInstall org.openkilda.pce.provider.rule.EncapsulationScheme.buildIngressInstallationFlowRule ( Flow  flow)

◆ buildIngressUpdateFlowRule()

FlowInstall org.openkilda.pce.provider.rule.EncapsulationScheme.buildIngressUpdateFlowRule ( Flow  flow)

◆ buildInstallationMeter()

FlowInstall org.openkilda.pce.provider.rule.EncapsulationScheme.buildInstallationMeter ( Flow  flow)

◆ buildResumeEgressFlowRule()

default FlowInstall org.openkilda.pce.provider.rule.EncapsulationScheme.buildResumeEgressFlowRule ( Flow  flow)

Definition at line 54 of file EncapsulationScheme.java.

◆ buildResumeIngressFlowRule()

default FlowInstall org.openkilda.pce.provider.rule.EncapsulationScheme.buildResumeIngressFlowRule ( Flow  flow)

Definition at line 50 of file EncapsulationScheme.java.

◆ buildSuspendEgressFlowRule()

FlowInstall org.openkilda.pce.provider.rule.EncapsulationScheme.buildSuspendEgressFlowRule ( Flow  flow)

◆ buildSuspendIngressFlowRule()

FlowInstall org.openkilda.pce.provider.rule.EncapsulationScheme.buildSuspendIngressFlowRule ( Flow  flow)

◆ buildTransitDeletionFlowRule()

FlowInstall org.openkilda.pce.provider.rule.EncapsulationScheme.buildTransitDeletionFlowRule ( Flow  flow)

◆ buildTransitInstallationFlowRule()

FlowInstall org.openkilda.pce.provider.rule.EncapsulationScheme.buildTransitInstallationFlowRule ( Flow  flow)

◆ buildTransitUpdateFlowRule()

FlowInstall org.openkilda.pce.provider.rule.EncapsulationScheme.buildTransitUpdateFlowRule ( Flow  flow)

◆ buildUpdateMeter()

FlowInstall org.openkilda.pce.provider.rule.EncapsulationScheme.buildUpdateMeter ( Flow  flow)

The documentation for this interface was generated from the following file: