struct

ECS::LogEntry::Observer::Ingress::Interface

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new

Initialize all values as nil

Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

alias(new_value : String)

A chainable setter for alias

Source
alias

observer.ingress.interface.alias

Interface alias as reported by the system, typically used in firewall implementations for e.g. inside, outside, or dmz logical interface naming.

Level: Extended Type: Keyword Example:

outside
Source
alias=(alias __arg0 : String | Nil)

observer.ingress.interface.alias

Interface alias as reported by the system, typically used in firewall implementations for e.g. inside, outside, or dmz logical interface naming.

Level: Extended Type: Keyword Example:

outside
Source
id(new_value : String)

A chainable setter for id

Source
id

observer.ingress.interface.id

Interface ID as reported by an observer (typically SNMP interface ID).

Level: Extended Type: Keyword Example:

10
Source
id=(id : String | Nil)

observer.ingress.interface.id

Interface ID as reported by an observer (typically SNMP interface ID).

Level: Extended Type: Keyword Example:

10
Source
name(new_value : String)

A chainable setter for name

Source
name

observer.ingress.interface.name

Interface name as reported by the system.

Level: Extended Type: Keyword Example:

eth0
Source
name=(name : String | Nil)

observer.ingress.interface.name

Interface name as reported by the system.

Level: Extended Type: Keyword Example:

eth0
Source