Cl8r::Model::PublicExposureRule
Inherits YAML::Serializable < Reference < Object
Represents a service exposed to external/public networks (WAN) or corporate subnets.
Constructors
new(name : String, plane : String | Nil = nil, target_node : String | Nil = nil, vip : String | Nil = nil, protocol : String = "tcp", ports : Array(String) = [] of String, allowed_cidrs : 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
allowed_cidrs
Sourcedescription
Sourcename
Sourceplane
Sourceports
Sourceprotocol
Sourcetarget_node
Sourcevip
Source