GoogleApi.IDS.V1.Model.Endpoint (google_api_ids v0.6.0)
View SourceEndpoint describes a single IDS endpoint. It defines a forwarding rule to which packets can be sent for IDS inspection.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. The create time timestamp. -
description(type:String.t, default:nil) - User-provided description of the endpoint -
endpointForwardingRule(type:String.t, default:nil) - Output only. The fully qualified URL of the endpoint's ILB Forwarding Rule. -
endpointIp(type:String.t, default:nil) - Output only. The IP address of the IDS Endpoint's ILB. -
labels(type:map(), default:nil) - The labels of the endpoint. -
name(type:String.t, default:nil) - Output only. The name of the endpoint. -
network(type:String.t, default:nil) - Required. The fully qualified URL of the network to which the IDS Endpoint is attached. -
satisfiesPzi(type:boolean(), default:nil) - Output only. [Output Only] Reserved for future use. -
satisfiesPzs(type:boolean(), default:nil) - Output only. [Output Only] Reserved for future use. -
severity(type:String.t, default:nil) - Required. Lowest threat severity that this endpoint will alert on. -
state(type:String.t, default:nil) - Output only. Current state of the endpoint. -
threatExceptions(type:list(String.t), default:nil) - List of threat IDs to be excepted from generating alerts. -
trafficLogs(type:boolean(), default:nil) - Whether the endpoint should report traffic logs in addition to threat logs. -
updateTime(type:DateTime.t, default:nil) - Output only. The update time timestamp.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.IDS.V1.Model.Endpoint{ createTime: DateTime.t() | nil, description: String.t() | nil, endpointForwardingRule: String.t() | nil, endpointIp: String.t() | nil, labels: map() | nil, name: String.t() | nil, network: String.t() | nil, satisfiesPzi: boolean() | nil, satisfiesPzs: boolean() | nil, severity: String.t() | nil, state: String.t() | nil, threatExceptions: [String.t()] | nil, trafficLogs: boolean() | nil, updateTime: DateTime.t() | nil }