struct

ECS::LogEntry::Observer::Egress::Vlan

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

id(new_value : String)

A chainable setter for id

Source
id

observer.egress.vlan.id

VLAN ID as reported by the observer.

Level: Extended Type: Keyword Example:

10
Source
id=(id : String | Nil)

observer.egress.vlan.id

VLAN ID as reported by the observer.

Level: Extended Type: Keyword Example:

10
Source
name(new_value : String)

A chainable setter for name

Source
name

observer.egress.vlan.name

Optional VLAN name as reported by the observer.

Level: Extended Type: Keyword Example:

outside
Source
name=(name : String | Nil)

observer.egress.vlan.name

Optional VLAN name as reported by the observer.

Level: Extended Type: Keyword Example:

outside
Source