ios_interface_properties
Module Contents
Classes
Helper class that provides a standard way to create an ABC using |
Functions
|
- class ios_interface_properties.InterfaceProperties(configparser)
Bases:
veritas.onboarding.abstract_interface_properties.InterfaceHelper class that provides a standard way to create an ABC using inheritance.
- get_interface_properties(device_defaults)
return interface properties of ALL interfaces
- get_properties(device_defaults, name)
return all properties of a single interface
- ios_interface_properties.get_interface_properties(configparser)