NetworkInsightsAccessScopePacketHeaderStatementRequestArgs

data class NetworkInsightsAccessScopePacketHeaderStatementRequestArgs(val destinationAddresses: Output<List<String>>? = null, val destinationPorts: Output<List<String>>? = null, val destinationPrefixLists: Output<List<String>>? = null, val protocols: Output<List<NetworkInsightsAccessScopeProtocol>>? = null, val sourceAddresses: Output<List<String>>? = null, val sourcePorts: Output<List<String>>? = null, val sourcePrefixLists: Output<List<String>>? = null) : ConvertibleToJava<NetworkInsightsAccessScopePacketHeaderStatementRequestArgs>

Constructors

constructor(destinationAddresses: Output<List<String>>? = null, destinationPorts: Output<List<String>>? = null, destinationPrefixLists: Output<List<String>>? = null, protocols: Output<List<NetworkInsightsAccessScopeProtocol>>? = null, sourceAddresses: Output<List<String>>? = null, sourcePorts: Output<List<String>>? = null, sourcePrefixLists: Output<List<String>>? = null)

Properties

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

The destination addresses.

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

The destination ports.

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

The destination prefix lists.

Link copied to clipboard

The protocols.

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

The source addresses.

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

The source ports.

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

The source prefix lists.

Functions

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