NetworkConnectionAction class
Contains information about the NETWORK_CONNECTION action described in the finding.
Constructors
- NetworkConnectionAction({bool? blocked, String? connectionDirection, LocalIpDetails? localIpDetails, LocalPortDetails? localPortDetails, String? protocol, RemoteIpDetails? remoteIpDetails, RemotePortDetails? remotePortDetails})
-
NetworkConnectionAction.fromJson(Map<
String, dynamic> json) -
factory
Properties
- blocked → bool?
-
Indicates whether EC2 blocked the network connection to your instance.
final
- connectionDirection → String?
-
The network connection direction.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- localIpDetails → LocalIpDetails?
-
The local IP information of the connection.
final
- localPortDetails → LocalPortDetails?
-
The local port information of the connection.
final
- protocol → String?
-
The network connection protocol.
final
- remoteIpDetails → RemoteIpDetails?
-
The remote IP information of the connection.
final
- remotePortDetails → RemotePortDetails?
-
The remote port information of the connection.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited