class PaloAlto::XML::Config::Devices::Entry::LogCollectorGroup::Entry::LogSettings::Http::Entry::Server::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 356927 def _section :'entry' end
address()
click to toggle source
IP address or FQDN of HTTP server to use
# File lib/palo_alto/config.rb, line 357007 def address prop_get('address') end
address=(val)
click to toggle source
IP address or FQDN of HTTP server to use
# File lib/palo_alto/config.rb, line 357011 def address=(val) prop_set('address', val) end
auth()
click to toggle source
# File lib/palo_alto/config.rb, line 357036 def auth prop_get('auth') end
auth=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 357039 def auth=(val) prop_set('auth', val) end
certificate_profile()
click to toggle source
Certificate Profile for validating server certificate
# File lib/palo_alto/config.rb, line 357043 def certificate_profile prop_get('certificate-profile') end
certificate_profile=(val)
click to toggle source
Certificate Profile for validating server certificate
# File lib/palo_alto/config.rb, line 357047 def certificate_profile=(val) prop_set('certificate-profile', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 356924 def has_multiple_values? false end
http_method()
click to toggle source
# File lib/palo_alto/config.rb, line 357050 def http_method prop_get('http-method') end
http_method=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 357053 def http_method=(val) prop_set('http-method', val) end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 357003 def name prop_get('@name') end
password()
click to toggle source
# File lib/palo_alto/config.rb, line 357064 def password prop_get('password') end
password=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 357067 def password=(val) prop_set('password', val) end
port()
click to toggle source
Port number (Standard HTTP ports HTTP:80, HTTPS:443)
# File lib/palo_alto/config.rb, line 357021 def port prop_get('port') end
port=(val)
click to toggle source
Port number (Standard HTTP ports HTTP:80, HTTPS:443)
# File lib/palo_alto/config.rb, line 357025 def port=(val) prop_set('port', val) end
protocol()
click to toggle source
# File lib/palo_alto/config.rb, line 357014 def protocol prop_get('protocol') end
protocol=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 357017 def protocol=(val) prop_set('protocol', val) end
tls_version()
click to toggle source
TLS handshake protocol version
# File lib/palo_alto/config.rb, line 357029 def tls_version prop_get('tls-version') end
tls_version=(val)
click to toggle source
TLS handshake protocol version
# File lib/palo_alto/config.rb, line 357033 def tls_version=(val) prop_set('tls-version', val) end
username()
click to toggle source
username for HTTP basic authentication
# File lib/palo_alto/config.rb, line 357057 def username prop_get('username') end
username=(val)
click to toggle source
username for HTTP basic authentication
# File lib/palo_alto/config.rb, line 357061 def username=(val) prop_set('username', val) end