class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Spyware::Entry::Rules::Entry::Action::BlockIp
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 95837 def _section :'block-ip' end
duration()
click to toggle source
Duration for block ip
# File lib/palo_alto/config.rb, line 95857 def duration prop_get('duration') end
duration=(val)
click to toggle source
Duration for block ip
# File lib/palo_alto/config.rb, line 95861 def duration=(val) prop_set('duration', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 95834 def has_multiple_values? false end
track_by()
click to toggle source
# File lib/palo_alto/config.rb, line 95850 def track_by prop_get('track-by') end
track_by=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 95853 def track_by=(val) prop_set('track-by', val) end