Values_1.TrafficPatternSourceDefines the traffic pattern of the load test.
type nonrec t = {trafficType : TrafficType.t option;Defines the traffic patterns. Choose either PHASES or STAIRS.
*)phases : Phases.t option;Defines the phases traffic specification.
*)stairs : Stairs.t option;Defines the stairs traffic pattern.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Integer of InitialNumberOfUsers.t ]) list ]
list
| `Structure of
(string * [> `Integer of TrafficDurationInSeconds.t ]) list ])
list ]