NetworkAnalyzerConfigurationArgs

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
val description: Output<String>? = null

The description of the new resource

Link copied to clipboard
val name: Output<String>? = null

Name of the network analyzer configuration

Link copied to clipboard
val tags: Output<List<CreateOnlyTagArgs>>? = null

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
val wirelessDevices: Output<List<String>>? = null

List of wireless gateway resources that have been added to the network analyzer configuration

Link copied to clipboard
val wirelessGateways: Output<List<String>>? = null

List of wireless gateway resources that have been added to the network analyzer configuration

Functions

Link copied to clipboard
open override fun toJava(): NetworkAnalyzerConfigurationArgs