Equinoxe_cohttp.StateThis module represents the state of a Device in the Equinix API.
Available state to describe a machine.
val of_string : string -> tof_string str returns a state in function of a string. If the state is not known, it raises an Unknown_value exception.
val to_string : t -> stringto_string t returns a string representation of the state.