class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::UserIdCollector::ServerMonitor::Entry::ActiveDirectory
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 230202 def _section :'active-directory' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 230199 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 230246 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 230250 def host=(val) prop_set('host', val) end
type()
click to toggle source
Transport protocol
# File lib/palo_alto/config.rb, line 230238 def type prop_get('type') end
type=(val)
click to toggle source
Transport protocol
# File lib/palo_alto/config.rb, line 230242 def type=(val) prop_set('type', val) end