models_v2.bonding_mode_enum module

class models_v2.bonding_mode_enum.BondingModeEnum[source]

Bases: object

Implementation of the ‘BondingMode’ enum.

Specifies the bonding mode of this interface.

Attributes:

ACTIVEBACKUP: TODO: type description here. ENUM_802_3AD: TODO: type description here. BALANCEALB: TODO: type description here. INVALID: TODO: type description here.

ACTIVEBACKUP = 'ActiveBackup'
BALANCEALB = 'BalanceAlb'
ENUM_802_3AD = '802_3ad'
INVALID = 'Invalid'