Skip to content

Kathara.types

Tommaso Caiazzi edited this page Jan 10, 2024 · 1 revision

module Kathara.types


class SharedCollisionDomainsOption

Enum representing options for shared collision domains option.

Attributes:

  • NOT_SHARED (int): Represents the option for not sharing collision domains (value: 1).
  • LABS (int): Represents the option for sharing collision domains among network scenarios of the same user
  • (value: 2).
  • USERS (int): Represents the option for sharing collision domains among network scenarios of different users
  • (value: 3).

This file was automatically generated via lazydocs.

Clone this wiki locally