class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Threats::Vulnerability::Entry::AffectedHost

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 89834
def _section
        :'affected-host'
end
client() click to toggle source
# File lib/palo_alto/config.rb, line 89839
def client
        prop_get('client')
end
client=(val) click to toggle source
# File lib/palo_alto/config.rb, line 89842
def client=(val)
        prop_set('client', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 89831
def has_multiple_values?
        false
end
server() click to toggle source
# File lib/palo_alto/config.rb, line 89845
def server
        prop_get('server')
end
server=(val) click to toggle source
# File lib/palo_alto/config.rb, line 89848
def server=(val)
        prop_set('server', val)
end