NetworkInsightsAccessScopeMatchPathDestinationPacketHeaderStatement constructor
const
NetworkInsightsAccessScopeMatchPathDestinationPacketHeaderStatement({})
Creates a new NetworkInsightsAccessScopeMatchPathDestinationPacketHeaderStatement.
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 NetworkInsightsAccessScopeMatchPathDestinationPacketHeaderStatement({
this.destinationAddresses,
this.destinationPorts,
this.destinationPrefixLists,
this.protocols,
this.sourceAddresses,
this.sourcePorts,
this.sourcePrefixLists,
});