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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 100483
def _section
        :'block'
end
duration() click to toggle source
# File lib/palo_alto/config.rb, line 100493
def duration
        prop_get('duration')
end
duration=(val) click to toggle source
# File lib/palo_alto/config.rb, line 100496
def duration=(val)
        prop_set('duration', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 100480
def has_multiple_values?
        false
end