class PaloAlto::XML::Config::Shared::Profiles::Spyware::Entry::BotnetDomains::Lists::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 22667 def _section :'entry' end
action()
click to toggle source
# File lib/palo_alto/config.rb, line 22727 def action if @create_children @subclasses['action'] ||= Action.new(parent_instance: self, create_children: @create_children) else Action.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 22664 def has_multiple_values? false end
name()
click to toggle source
List name, alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 22755 def name prop_get('@name') end
packet_capture()
click to toggle source
# File lib/palo_alto/config.rb, line 22758 def packet_capture prop_get('packet-capture') end
packet_capture=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 22761 def packet_capture=(val) prop_set('packet-capture', val) end