Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
API.EventThis module deals with events that occure in Equinix.
val id_of_string : string -> idid_of_string str returns a string referencing the event in Equinix.
val id_to_string : id -> stringid_to_string id returns a string representation of the id.
A representation of an event.
val t_of_json : Ezjsonm.value -> tt_of_json json extracts information about event from json. If the parsing fails, it raises an Ezjsonm.Parse_error exception.
val to_string : t -> stringto_string t returns a string representation of t.
val pp : t -> unitpp t prints in a human readable way the t value.