class PaloAlto::XML::Config::Predefined::Threats::Vulnerability::Entry::AffectedHost

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 911
def _section
        :'affected-host'
end
client() click to toggle source
# File lib/palo_alto/config.rb, line 916
def client
        prop_get('client')
end
client=(val) click to toggle source
# File lib/palo_alto/config.rb, line 919
def client=(val)
        prop_set('client', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 908
def has_multiple_values?
        false
end
server() click to toggle source
# File lib/palo_alto/config.rb, line 922
def server
        prop_get('server')
end
server=(val) click to toggle source
# File lib/palo_alto/config.rb, line 925
def server=(val)
        prop_set('server', val)
end