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

fun NetworkInsightsAccessScopePacketHeaderStatementRequestArgs(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)

Functions

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

Properties

Link copied to clipboard
val destinationAddresses: Output<List<String>>? = null
Link copied to clipboard
val destinationPorts: Output<List<String>>? = null
Link copied to clipboard
val destinationPrefixLists: Output<List<String>>? = null
Link copied to clipboard
Link copied to clipboard
val sourceAddresses: Output<List<String>>? = null
Link copied to clipboard
val sourcePorts: Output<List<String>>? = null
Link copied to clipboard
val sourcePrefixLists: Output<List<String>>? = null