Source code for models.bonding_mode_network_interface_enum

# -*- coding: utf-8 -*-
# Copyright 2021 Cohesity Inc.

[docs]class BondingModeNetworkInterfaceEnum(object): """Implementation of the 'BondingMode_NetworkInterface' enum. Specifies the bonding mode if this interface is a bond. Attributes: KACTIVEBACKUP: TODO: type description here. K802_3AD: TODO: type description here. """ KACTIVEBACKUP = 'kActiveBackup' K802_3AD = 'k802_3ad'