class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::UserIdCollector::ServerMonitor::Entry::Exchange

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 230261
def _section
        :'exchange'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 230258
def has_multiple_values?
        false
end
host() click to toggle source

IP address or hostname for the server

# File lib/palo_alto/config.rb, line 230303
def host
        prop_get('host')
end
host=(val) click to toggle source

IP address or hostname for the server

# File lib/palo_alto/config.rb, line 230307
def host=(val)
        prop_set('host', val)
end
type() click to toggle source

Transport protocol

# File lib/palo_alto/config.rb, line 230295
def type
        prop_get('type')
end
type=(val) click to toggle source

Transport protocol

# File lib/palo_alto/config.rb, line 230299
def type=(val)
        prop_set('type', val)
end