class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 336866
def _section
        :'exchange'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 336863
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 336908
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 336912
def host=(val)
        prop_set('host', val)
end
type() click to toggle source

Transport protocol

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

Transport protocol

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