Module Values.OpticalStandardSource

Sourcetype nonrec t =
  1. | OPTIC_10GBASE_SR
  2. | OPTIC_10GBASE_IR
  3. | OPTIC_10GBASE_LR
  4. | OPTIC_40GBASE_SR
  5. | OPTIC_40GBASE_ESR
  6. | OPTIC_40GBASE_IR4_LR4L
  7. | OPTIC_40GBASE_LR4
  8. | OPTIC_100GBASE_SR4
  9. | OPTIC_100GBASE_CWDM4
  10. | OPTIC_100GBASE_LR4
  11. | OPTIC_100G_PSM4_MSA
  12. | OPTIC_1000BASE_LX
  13. | OPTIC_1000BASE_SX
  14. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t