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)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
description
Sourceinterfaces
Sourcename
Sourcenetwork_planes
Source