Cloud IDS V1 API - Class Google::Cloud::IDS::V1::Endpoint (v0.7.0)

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

#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

#severity=

def severity=(value) -> ::Google::Cloud::IDS::V1::Endpoint::Severity
Parameter
Returns

#state

def state() -> ::Google::Cloud::IDS::V1::Endpoint::State
Returns

#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