Cl8r::Model::AccessRule
Inherits YAML::Serializable < Reference < Object
Represents an inter-VLAN, inter-zone, or node-to-node access control rule.
Constructors
new(name : String, from : String = "any", to : String = "any", action : String = "accept", protocols : Array(String) = ["all"], ports : Array(String) = [] of String, except_from : Array(String) = [] of String, description : String | Nil = nil)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
action
Sourcedescription
Sourceexcept_from
Sourcefrom
Sourcename
Sourceports
Sourceprotocols
Sourceto
Source