EndpointArgs

data class EndpointArgs(val description: Output<String>? = null, val endpointId: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val network: Output<String>? = null, val project: Output<String>? = null, val requestId: Output<String>? = null, val severity: Output<EndpointSeverity>? = null, val threatExceptions: Output<List<String>>? = null, val trafficLogs: Output<Boolean>? = null) : ConvertibleToJava<EndpointArgs>

Creates a new Endpoint in a given project and location. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, endpointId: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, network: Output<String>? = null, project: Output<String>? = null, requestId: Output<String>? = null, severity: Output<EndpointSeverity>? = null, threatExceptions: Output<List<String>>? = null, trafficLogs: Output<Boolean>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

User-provided description of the endpoint

Link copied to clipboard
val endpointId: Output<String>? = null

Required. The endpoint identifier. This will be part of the endpoint's resource name. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. Values that do not match this pattern will trigger an INVALID_ARGUMENT error.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

The labels of the endpoint.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val network: Output<String>? = null

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

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val requestId: Output<String>? = null

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

Link copied to clipboard
val severity: Output<EndpointSeverity>? = null

Lowest threat severity that this endpoint will alert on.

Link copied to clipboard
val threatExceptions: Output<List<String>>? = null

List of threat IDs to be excepted from generating alerts.

Link copied to clipboard
val trafficLogs: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): EndpointArgs