Values.CreateTrafficPolicyRequestSourceA complex type that contains information about the traffic policy that you want to create.
type nonrec t = {name : TrafficPolicyName.t;The name of the traffic policy.
*)document : TrafficPolicyDocument.t;The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format.
*)comment : TrafficPolicyComment.t option;(Optional) Any comments that you want to include about the traffic policy.
*)}val make :
?comment:??? ->
name:TrafficPolicyName.t ->
document:TrafficPolicyDocument.t ->
unit ->
t