class PaloAlto::XML::Config::Predefined::Threats::PhoneHome::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 829
def _section
        :'entry'
end
app() click to toggle source
# File lib/palo_alto/config.rb, line 871
def app
        prop_get('app')
end
app=(val) click to toggle source
# File lib/palo_alto/config.rb, line 874
def app=(val)
        prop_set('app', val)
end
category() click to toggle source
# File lib/palo_alto/config.rb, line 853
def category
        prop_get('category')
end
category=(val) click to toggle source
# File lib/palo_alto/config.rb, line 856
def category=(val)
        prop_set('category', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 826
def has_multiple_values?
        false
end
host() click to toggle source
# File lib/palo_alto/config.rb, line 865
def host
        prop_get('host')
end
host=(val) click to toggle source
# File lib/palo_alto/config.rb, line 868
def host=(val)
        prop_set('host', val)
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 850
def name
        prop_get('@name')
end
severity() click to toggle source
# File lib/palo_alto/config.rb, line 859
def severity
        prop_get('severity')
end
severity=(val) click to toggle source
# File lib/palo_alto/config.rb, line 862
def severity=(val)
        prop_set('severity', val)
end