class PaloAlto::XML::Config::Shared::Profiles::Spyware::Entry::BotnetDomains::DnsSecurityCategories::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 22791
def _section
        :'entry'
end
action() click to toggle source
# File lib/palo_alto/config.rb, line 22836
def action
        prop_get('action')
end
action=(val) click to toggle source
# File lib/palo_alto/config.rb, line 22839
def action=(val)
        prop_set('action', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 22788
def has_multiple_values?
        false
end
log_level() click to toggle source
# File lib/palo_alto/config.rb, line 22842
def log_level
        prop_get('log-level')
end
log_level=(val) click to toggle source
# File lib/palo_alto/config.rb, line 22845
def log_level=(val)
        prop_set('log-level', val)
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 22833
def name
        prop_get('@name')
end
packet_capture() click to toggle source
# File lib/palo_alto/config.rb, line 22848
def packet_capture
        prop_get('packet-capture')
end
packet_capture=(val) click to toggle source
# File lib/palo_alto/config.rb, line 22851
def packet_capture=(val)
        prop_set('packet-capture', val)
end