models_v2.bonding_mode_type_1_enum module

class models_v2.bonding_mode_type_1_enum.BondingModeType1Enum[source]

Bases: object

Implementation of the ‘BondingModeType1’ enum.

Specifies the bonding mode type.

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'