Source code for models.role_network_interface_enum

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

[docs]class RoleNetworkInterfaceEnum(object): """Implementation of the 'Role_NetworkInterface' enum. Specifies the role of this interface. Attributes: KPRIMARY: TODO: type description here. KSECONDARY: TODO: type description here. """ KPRIMARY = 'kPrimary' KSECONDARY = 'kSecondary'