DropInfo class

Details of the final state "drop" and associated resource.

Constructors

DropInfo({String? cause, String? destinationIp, String? region, String? resourceUri, String? sourceIp})
DropInfo.fromJson(Map json_)

Properties

cause String?
Cause that the packet is dropped. Possible string values are:
getter/setter pair
destinationIp String?
Destination IP address of the dropped packet (if relevant).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
region String?
Region of the dropped packet (if relevant).
getter/setter pair
resourceUri String?
URI of the resource that caused the drop.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceIp String?
Source IP address of the dropped packet (if relevant).
getter/setter pair

Methods

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

Operators

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