ios_interface_properties

Module Contents

Classes

InterfaceProperties

Helper class that provides a standard way to create an ABC using

Functions

get_interface_properties(configparser)

class ios_interface_properties.InterfaceProperties(configparser)

Bases: veritas.onboarding.abstract_interface_properties.Interface

Helper 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)