View Source GoogleApi.IDS.V1.Model.Endpoint (google_api_ids v0.2.0)
Endpoint 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. -
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. -
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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,
severity: String.t() | nil,
state: String.t() | nil,
trafficLogs: boolean() | nil,
updateTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.