class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::DosProtection::Entry::Flood::Icmp::Red::Block

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 100761
def _section
        :'block'
end
duration() click to toggle source
# File lib/palo_alto/config.rb, line 100771
def duration
        prop_get('duration')
end
duration=(val) click to toggle source
# File lib/palo_alto/config.rb, line 100774
def duration=(val)
        prop_set('duration', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 100758
def has_multiple_values?
        false
end