GetEndpointResult

data class GetEndpointResult(val createTime: String, val description: String, val endpointForwardingRule: String, val endpointIp: String, val labels: Map<String, String>, val name: String, val network: String, val severity: String, val state: String, val threatExceptions: List<String>, val trafficLogs: Boolean, val updateTime: String)

Constructors

Link copied to clipboard
fun GetEndpointResult(createTime: String, description: String, endpointForwardingRule: String, endpointIp: String, labels: Map<String, String>, name: String, network: String, severity: String, state: String, threatExceptions: List<String>, trafficLogs: Boolean, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The create time timestamp.

Link copied to clipboard

User-provided description of the endpoint

Link copied to clipboard

The fully qualified URL of the endpoint's ILB Forwarding Rule.

Link copied to clipboard

The IP address of the IDS Endpoint's ILB.

Link copied to clipboard

The labels of the endpoint.

Link copied to clipboard

The name of the endpoint.

Link copied to clipboard

The fully qualified URL of the network to which the IDS Endpoint is attached.

Link copied to clipboard

Lowest threat severity that this endpoint will alert on.

Link copied to clipboard

Current state of the endpoint.

Link copied to clipboard

List of threat IDs to be excepted from generating alerts.

Link copied to clipboard

Whether the endpoint should report traffic logs in addition to threat logs.

Link copied to clipboard

The update time timestamp.