Values.UpdateNetworkAnalyzerConfigurationRequestSourceUpdate network analyzer configuration.
type nonrec t = {configurationName : NetworkAnalyzerConfigurationName.t;traceContent : TraceContent.t option;wirelessDevicesToAdd : 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.
*)wirelessDevicesToRemove : WirelessDeviceList.t option;Wireless device resources to remove from the network analyzer configuration. Provide the WirelessDeviceId of the resources to remove in the input array.
*)wirelessGatewaysToAdd : 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.
*)wirelessGatewaysToRemove : WirelessGatewayList.t option;Wireless gateway resources to remove from the network analyzer configuration. Provide the WirelessGatewayId of the resources to remove in the input array.
*)description : Description.t option;multicastGroupsToAdd : NetworkAnalyzerMulticastGroupList.t option;Multicast group resources to add to the network analyzer configuration. Provide the MulticastGroupId of the resource to add in the input array.
*)multicastGroupsToRemove : NetworkAnalyzerMulticastGroupList.t option;Multicast group resources to remove from the network analyzer configuration. Provide the MulticastGroupId of the resources to remove in the input array.
*)}val make :
?traceContent:??? ->
?wirelessDevicesToAdd:??? ->
?wirelessDevicesToRemove:??? ->
?wirelessGatewaysToAdd:??? ->
?wirelessGatewaysToRemove:??? ->
?description:??? ->
?multicastGroupsToAdd:??? ->
?multicastGroupsToRemove:??? ->
configurationName:NetworkAnalyzerConfigurationName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of WirelessDeviceId.t ] list
| `String of NetworkAnalyzerConfigurationName.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]