Get Endpoint Result
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)
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
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.