NetworkInsightsAccessScopeMatchPathDestinationPacketHeaderStatement class
Constructors
-
NetworkInsightsAccessScopeMatchPathDestinationPacketHeaderStatement({Input<
List< ? destinationAddresses, Input<String> ?>List< ? destinationPorts, Input<String> ?>List< ? destinationPrefixLists, Input<String> ?>List< ? protocols, Input<String> ?>List< ? sourceAddresses, Input<String> ?>List< ? sourcePorts, Input<String> ?>List< ? sourcePrefixLists})String> ?> -
Creates a new NetworkInsightsAccessScopeMatchPathDestinationPacketHeaderStatement.
destinationAddressesSet of destination addresses.destinationPortsSet of destination ports.destinationPrefixListsSet of destination prefix lists.protocolsSet of protocols.sourceAddressesSet of source addresses.sourcePortsSet of source ports.sourcePrefixListsSet of source prefix lists.const -
NetworkInsightsAccessScopeMatchPathDestinationPacketHeaderStatement.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
tcpandudp.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