class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::RedistributionAgent::Entry::HostPort
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 334555 def _section :'host-port' end
collectorname()
click to toggle source
collector name on peer panos
# File lib/palo_alto/config.rb, line 334619 def collectorname prop_get('collectorname') end
collectorname=(val)
click to toggle source
collector name on peer panos
# File lib/palo_alto/config.rb, line 334623 def collectorname=(val) prop_set('collectorname', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 334552 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 334597 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 334601 def host=(val) prop_set('host', val) end
ldap_proxy()
click to toggle source
# File lib/palo_alto/config.rb, line 334604 def ldap_proxy prop_get('ldap-proxy') end
ldap_proxy=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 334607 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 334611 def port prop_get('port') end
port=(val)
click to toggle source
redistribution agent listening port
# File lib/palo_alto/config.rb, line 334615 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 334627 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 334631 def secret=(val) prop_set('secret', val) end