models.role_create_ip_config_parameters_enum module

class models.role_create_ip_config_parameters_enum.RoleCreateIpConfigParametersEnum[source]

Bases: 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'