struct Lester::Network::Acl::Rule

Included Modules

Defined in:

lester/network/acl/rule.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def action : Action | Nil #

[View source]
def description : String | Nil #

[View source]
def destination : String | Nil #

[View source]
def destination_port : String | Nil #

[View source]
def icmp_code : String | Nil #

[View source]
def icmp_type : String | Nil #

[View source]
def protocol : Protocol | Nil #

[View source]
def source : String | Nil #

[View source]
def source_port : String | Nil #

[View source]
def state : State | Nil #

[View source]