Module Values.TimeoutConfigSource

Tunnel timeout configuration.

Sourcetype nonrec t = {
  1. maxLifetimeTimeoutMinutes : TimeoutInMin.t option;
    (*

    The maximum amount of time (in minutes) a tunnel can remain open. If not specified, maxLifetimeTimeoutMinutes defaults to 720 minutes. Valid values are from 1 minute to 12 hours (720 minutes)

    *)
}
Sourceval make : ?maxLifetimeTimeoutMinutes:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of TimeoutInMin.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t