class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::RedistributionAgent::Entry::HostPort
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 227952 def _section :'host-port' end
collectorname()
click to toggle source
collector name on peer panos
# File lib/palo_alto/config.rb, line 228016 def collectorname prop_get('collectorname') end
collectorname=(val)
click to toggle source
collector name on peer panos
# File lib/palo_alto/config.rb, line 228020 def collectorname=(val) prop_set('collectorname', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 227949 def has_multiple_values? false end
host()
click to toggle source
IP address or hostname for redistribution agent.
# File lib/palo_alto/config.rb, line 227994 def host prop_get('host') end
host=(val)
click to toggle source
IP address or hostname for redistribution agent.
# File lib/palo_alto/config.rb, line 227998 def host=(val) prop_set('host', val) end
ldap_proxy()
click to toggle source
# File lib/palo_alto/config.rb, line 228001 def ldap_proxy prop_get('ldap-proxy') end
ldap_proxy=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 228004 def ldap_proxy=(val) prop_set('ldap-proxy', val) end
port()
click to toggle source
redistribution agent listening port
# File lib/palo_alto/config.rb, line 228008 def port prop_get('port') end
port=(val)
click to toggle source
redistribution agent listening port
# File lib/palo_alto/config.rb, line 228012 def port=(val) prop_set('port', val) end
secret()
click to toggle source
collector pre-shared key on peer panos
# File lib/palo_alto/config.rb, line 228024 def secret prop_get('secret') end
secret=(val)
click to toggle source
collector pre-shared key on peer panos
# File lib/palo_alto/config.rb, line 228028 def secret=(val) prop_set('secret', val) end