Values.CreateNetworkAnalyzerConfigurationRequestSourceCreates a new network analyzer configuration.
type nonrec t = {name : NetworkAnalyzerConfigurationName.t;traceContent : TraceContent.t option;wirelessDevices : WirelessDeviceList.t option;Wireless device resources to add to the network analyzer configuration. Provide the WirelessDeviceId of the resource to add in the input array.
*)wirelessGateways : WirelessGatewayList.t option;Wireless gateway resources to add to the network analyzer configuration. Provide the WirelessGatewayId of the resource to add in the input array.
*)description : Description.t option;clientRequestToken : ClientRequestToken.t option;multicastGroups : NetworkAnalyzerMulticastGroupList.t option;Multicast Group resources to add to the network analyzer configruation. Provide the MulticastGroupId of the resource to add in the input array.
*)}val make :
?traceContent:??? ->
?wirelessDevices:??? ->
?wirelessGateways:??? ->
?description:??? ->
?tags:??? ->
?clientRequestToken:??? ->
?multicastGroups:??? ->
name:NetworkAnalyzerConfigurationName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of WirelessDeviceId.t
| `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of NetworkAnalyzerConfigurationName.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]