class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::ServerProfile__9::Kerberos::Entry::Server::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 327155 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 327152 def has_multiple_values? false end
host()
click to toggle source
Kerberos
server ip or host name.
# File lib/palo_alto/config.rb, line 327192 def host prop_get('host') end
host=(val)
click to toggle source
Kerberos
server ip or host name.
# File lib/palo_alto/config.rb, line 327196 def host=(val) prop_set('host', val) end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 327188 def name prop_get('@name') end
port()
click to toggle source
Kerberos
Domain Controller
# File lib/palo_alto/config.rb, line 327200 def port prop_get('port') end
port=(val)
click to toggle source
Kerberos
Domain Controller
# File lib/palo_alto/config.rb, line 327204 def port=(val) prop_set('port', val) end