Reference documentation and code samples for the Cloud IDS V1 API class Google::Cloud::IDS::V1::Endpoint.
Endpoint describes a single IDS endpoint. It defines a forwarding rule to which packets can be sent for IDS inspection.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The create time timestamp.
#description
def description() -> ::String
Returns
- (::String) — User-provided description of the endpoint
#description=
def description=(value) -> ::String
Parameter
- value (::String) — User-provided description of the endpoint
Returns
- (::String) — User-provided description of the endpoint
#endpoint_forwarding_rule
def endpoint_forwarding_rule() -> ::String
Returns
- (::String) — Output only. The fully qualified URL of the endpoint's ILB Forwarding Rule.
#endpoint_ip
def endpoint_ip() -> ::String
Returns
- (::String) — Output only. The IP address of the IDS Endpoint's ILB.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — The labels of the endpoint.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — The labels of the endpoint.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — The labels of the endpoint.
#name
def name() -> ::String
Returns
- (::String) — Output only. The name of the endpoint.
#network
def network() -> ::String
Returns
- (::String) — Required. The fully qualified URL of the network to which the IDS Endpoint is attached.
#network=
def network=(value) -> ::String
Parameter
- value (::String) — Required. The fully qualified URL of the network to which the IDS Endpoint is attached.
Returns
- (::String) — Required. The fully qualified URL of the network to which the IDS Endpoint is attached.
#severity
def severity() -> ::Google::Cloud::IDS::V1::Endpoint::Severity
Returns
- (::Google::Cloud::IDS::V1::Endpoint::Severity) — Required. Lowest threat severity that this endpoint will alert on.
#severity=
def severity=(value) -> ::Google::Cloud::IDS::V1::Endpoint::Severity
Parameter
- value (::Google::Cloud::IDS::V1::Endpoint::Severity) — Required. Lowest threat severity that this endpoint will alert on.
Returns
- (::Google::Cloud::IDS::V1::Endpoint::Severity) — Required. Lowest threat severity that this endpoint will alert on.
#state
def state() -> ::Google::Cloud::IDS::V1::Endpoint::State
Returns
- (::Google::Cloud::IDS::V1::Endpoint::State) — Output only. Current state of the endpoint.
#traffic_logs
def traffic_logs() -> ::Boolean
Returns
- (::Boolean) — Whether the endpoint should report traffic logs in addition to threat logs.
#traffic_logs=
def traffic_logs=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether the endpoint should report traffic logs in addition to threat logs.
Returns
- (::Boolean) — Whether the endpoint should report traffic logs in addition to threat logs.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The update time timestamp.