NetworkInsightsAccessScopeExcludePathDestinationPacketHeaderStatement constructor

const NetworkInsightsAccessScopeExcludePathDestinationPacketHeaderStatement({
  1. Input<List<String>?>? destinationAddresses,
  2. Input<List<String>?>? destinationPorts,
  3. Input<List<String>?>? destinationPrefixLists,
  4. Input<List<String>?>? protocols,
  5. Input<List<String>?>? sourceAddresses,
  6. Input<List<String>?>? sourcePorts,
  7. Input<List<String>?>? sourcePrefixLists,
})

Creates a new NetworkInsightsAccessScopeExcludePathDestinationPacketHeaderStatement. destinationAddresses Set of destination addresses. destinationPorts Set of destination ports. destinationPrefixLists Set of destination prefix lists. protocols Set of protocols. sourceAddresses Set of source addresses. sourcePorts Set of source ports. sourcePrefixLists Set of source prefix lists.

Implementation

const NetworkInsightsAccessScopeExcludePathDestinationPacketHeaderStatement({
  this.destinationAddresses,
  this.destinationPorts,
  this.destinationPrefixLists,
  this.protocols,
  this.sourceAddresses,
  this.sourcePorts,
  this.sourcePrefixLists,
});