models.type_network_interface_enum module

class models.type_network_interface_enum.TypeNetworkInterfaceEnum[source]

Bases: object

Implementation of the ‘Type_NetworkInterface’ enum.

Specifies the type of interface.

Attributes:

KPHYSICALINTERFACE: TODO: type description here. KBONDMASTERINTERFACE: TODO: type description here. KBONDSLAVEINTERFACE: TODO: type description here. KTAGGEDVLANINTERFACE: TODO: type description here.

KBONDMASTERINTERFACE = 'kBondMasterInterface'
KBONDSLAVEINTERFACE = 'kBondSlaveInterface'
KPHYSICALINTERFACE = 'kPhysicalInterface'
KTAGGEDVLANINTERFACE = 'kTaggedVlanInterface'