class PaloAlto::XML::Config::Shared::Profiles::DosProtection::Entry::Flood

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 27746
def _section
        :'flood'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 27743
def has_multiple_values?
        false
end
icmp() click to toggle source
# File lib/palo_alto/config.rb, line 28123
def icmp
        @subclasses['icmp'] ||= Icmp.new(parent_instance: self, create_children: @create_children)
end
icmpv6() click to toggle source
# File lib/palo_alto/config.rb, line 28222
def icmpv6
        @subclasses['icmpv6'] ||= Icmpv6.new(parent_instance: self, create_children: @create_children)
end
other_ip() click to toggle source
# File lib/palo_alto/config.rb, line 28321
def other_ip
        @subclasses['other-ip'] ||= OtherIp.new(parent_instance: self, create_children: @create_children)
end
tcp_syn() click to toggle source
# File lib/palo_alto/config.rb, line 27925
def tcp_syn
        @subclasses['tcp-syn'] ||= TcpSyn.new(parent_instance: self, create_children: @create_children)
end
udp() click to toggle source
# File lib/palo_alto/config.rb, line 28024
def udp
        @subclasses['udp'] ||= Udp.new(parent_instance: self, create_children: @create_children)
end