Network Insights Access Scope Packet Header Statement Request Args
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
Link copied to clipboard
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)