include VERTEX
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0__.Sexp.t -> t Sourceval sexp_of_t : t -> Sexplib0__.Sexp.t Sourcetype device = | Switch| Host| Middlebox
Sourceval sexp_of_device : device -> Ppx_sexp_conv_lib.Sexp.t Sourceval device_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> device Sourceval create : string -> int64 -> device -> int32 -> int64 -> t