Endpoint class

Endpoint describes a single IDS endpoint.

It defines a forwarding rule to which packets can be sent for IDS inspection.

Constructors

Endpoint({String? createTime, String? description, String? endpointForwardingRule, String? endpointIp, Map<String, String>? labels, String? name, String? network, String? severity, String? state, List<String>? threatExceptions, bool? trafficLogs, String? updateTime})
Endpoint.fromJson(Map json_)

Properties

createTime String?
The create time timestamp.
getter/setter pair
description String?
User-provided description of the endpoint
getter/setter pair
endpointForwardingRule String?
The fully qualified URL of the endpoint's ILB Forwarding Rule.
getter/setter pair
endpointIp String?
The IP address of the IDS Endpoint's ILB.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
The labels of the endpoint.
getter/setter pair
name String?
The name of the endpoint.
getter/setter pair
network String?
The fully qualified URL of the network to which the IDS Endpoint is attached.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String?
Lowest threat severity that this endpoint will alert on.
getter/setter pair
state String?
Current state of the endpoint.
getter/setter pair
threatExceptions List<String>?
List of threat IDs to be excepted from generating alerts.
getter/setter pair
trafficLogs bool?
Whether the endpoint should report traffic logs in addition to threat logs.
getter/setter pair
updateTime String?
The update time timestamp.
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