class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PostRulebase::Dos::Rules::Entry::Protection::Aggregate

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 124417
def _section
        :'aggregate'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 124414
def has_multiple_values?
        false
end
profile() click to toggle source

DoS profile to use for aggregated protection

# File lib/palo_alto/config.rb, line 124429
def profile
        prop_get('profile')
end
profile=(val) click to toggle source

DoS profile to use for aggregated protection

# File lib/palo_alto/config.rb, line 124433
def profile=(val)
        prop_set('profile', val)
end