class

Cl8r::Model::EgressNatRule

Inherits YAML::Serializable < Reference < Object

Represents an outbound NAT masquerading rule for a network plane or VPN.

Constructors

new(source_plane : String, outbound_interface : String = "eth0", masquerade : Bool = true)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

masquerade=(masquerade : Bool)
Source
masquerade?
Source
outbound_interface
Source
outbound_interface=(outbound_interface : String)
Source
source_plane
Source
source_plane=(source_plane : String)
Source