Network Analyzer Configuration Args
data class NetworkAnalyzerConfigurationArgs(val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null, val traceContent: Output<TraceContentPropertiesArgs>? = null, val wirelessDevices: Output<List<String>>? = null, val wirelessGateways: Output<List<String>>? = null) : ConvertibleToJava<NetworkAnalyzerConfigurationArgs>
Create and manage NetworkAnalyzerConfiguration resource.
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, name: Output<String>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null, traceContent: Output<TraceContentPropertiesArgs>? = null, wirelessDevices: Output<List<String>>? = null, wirelessGateways: Output<List<String>>? = null)
Properties
Link copied to clipboard
The description of the new resource
Link copied to clipboard
An array of key-value pairs to apply to this resource.
Link copied to clipboard
Trace content for your wireless gateway and wireless device resources
Link copied to clipboard
List of wireless gateway resources that have been added to the network analyzer configuration
Link copied to clipboard
List of wireless gateway resources that have been added to the network analyzer configuration