models.bonding_mode_update_bond_parameters_enum module

class models.bonding_mode_update_bond_parameters_enum.BondingModeUpdateBondParametersEnum[source]

Bases: object

Implementation of the ‘BondingMode_UpdateBondParameters’ enum.

Specifies the new bonding mode. ‘kActiveBackup’ indicates active backup bonding mode. ‘k802_3ad’ indicates 802.3ad bonding mode.

Attributes:

KACTIVEBACKUP: TODO: type description here. K802_3AD: TODO: type description here.

K802_3AD = 'k802_3ad'
KACTIVEBACKUP = 'kActiveBackup'