NetworkInsightsAccessScopeMatchPathSourcePacketHeaderStatement class

Constructors

NetworkInsightsAccessScopeMatchPathSourcePacketHeaderStatement({Input<List<String>?>? destinationAddresses, Input<List<String>?>? destinationPorts, Input<List<String>?>? destinationPrefixLists, Input<List<String>?>? protocols, Input<List<String>?>? sourceAddresses, Input<List<String>?>? sourcePorts, Input<List<String>?>? sourcePrefixLists})
Creates a new NetworkInsightsAccessScopeMatchPathSourcePacketHeaderStatement. 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.
const
NetworkInsightsAccessScopeMatchPathSourcePacketHeaderStatement.fromMap(Map<String, dynamic> map)
factory

Properties

destinationAddresses → Input<List<String>?>?
Set of destination addresses.
final
destinationPorts → Input<List<String>?>?
Set of destination ports.
final
destinationPrefixLists → Input<List<String>?>?
Set of destination prefix lists.
final
hashCode int
The hash code for this object.
no setterinherited
protocols → Input<List<String>?>?
Set of protocols. Valid values are tcp and udp.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceAddresses → Input<List<String>?>?
Set of source addresses.
final
sourcePorts → Input<List<String>?>?
Set of source ports.
final
sourcePrefixLists → Input<List<String>?>?
Set of source prefix lists.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited