Source code for models.role_create_ip_config_parameters_enum
# -*- coding: utf-8 -*-
# Copyright 2021 Cohesity Inc.
[docs]class RoleCreateIpConfigParametersEnum(object):
"""Implementation of the 'Role_CreateIpConfigParameters' enum.
Specifies the interface role.
'kPrimary' indicates a primary role.
'kSecondary' indicates a secondary role.
Attributes:
KPRIMARY: TODO: type description here.
KSECONDARY: TODO: type description here.
"""
KPRIMARY = 'kPrimary'
KSECONDARY = 'kSecondary'