E2EProtection
- class mtf.network_port.e2e_protection.E2EProtection
- Factory class for creating various E2EProtector instances with specific profiles. - static create_profile01_protector() Protector01
- Create an instance of Protector01 (Profile 01). - Returns:
- Protector01: An instance of Protector01. 
 
 - static create_profile02_protector() Protector02
- Create an instance of Protector02 (Profile 02). - Returns:
- Protector02: An instance of Protector02. 
 
 - static create_profile04_protector() Protector04
- Create an instance of Protector04 (Profile 04). - Returns:
- Protector04: An instance of Protector04. 
 
 - static create_profile05_protector() Protector05
- Create an instance of Protector05 (Profile 05). - Returns:
- Protector05: An instance of Protector05. 
 
 - static create_profile07_protector() Protector07
- Create an instance of Protector07 (Profile 07). - Returns:
- Protector07: An instance of Protector07.