class

Cl8r::Model::SecurityZone

Inherits YAML::Serializable < Reference < Object

Represents a named security zone grouping network planes or physical interfaces.

Constructors

new(name : String, description : String | Nil = nil, network_planes : Array(String) = [] of String, interfaces : Array(String) = [] of String)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

description
Source
description=(description : String | Nil)
Source
interfaces
Source
interfaces=(interfaces : Array(String))
Source
name
Source
name=(name : String)
Source
network_planes
Source
network_planes=(network_planes : Array(String))
Source