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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 16905
def _section
        :'affected-host'
end
client() click to toggle source
# File lib/palo_alto/config.rb, line 16910
def client
        prop_get('client')
end
client=(val) click to toggle source
# File lib/palo_alto/config.rb, line 16913
def client=(val)
        prop_set('client', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 16902
def has_multiple_values?
        false
end
server() click to toggle source
# File lib/palo_alto/config.rb, line 16916
def server
        prop_get('server')
end
server=(val) click to toggle source
# File lib/palo_alto/config.rb, line 16919
def server=(val)
        prop_set('server', val)
end