class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 336807
def _section
        :'active-directory'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 336804
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 336851
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 336855
def host=(val)
        prop_set('host', val)
end
type() click to toggle source

Transport protocol

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

Transport protocol

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