class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Spyware::Entry::BotnetDomains::Lists::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 95358
def _section
        :'entry'
end
action() click to toggle source
# File lib/palo_alto/config.rb, line 95418
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 95355
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 95447
def name
        prop_get('@name')
end
packet_capture() click to toggle source
# File lib/palo_alto/config.rb, line 95450
def packet_capture
        prop_get('packet-capture')
end
packet_capture=(val) click to toggle source
# File lib/palo_alto/config.rb, line 95453
def packet_capture=(val)
        prop_set('packet-capture', val)
end