class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::LogSettings::Http::Entry::Format::HipMatch

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 321420
def _section
        :'hip-match'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 321417
def has_multiple_values?
        false
end
headers() click to toggle source
# File lib/palo_alto/config.rb, line 321457
def headers
        if @create_children
                @subclasses['headers'] ||= Headers.new(parent_instance: self, create_children: @create_children)
        else
                Headers.new(parent_instance: self)
        end
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 321522
def name
        prop_get('name')
end
name=(val) click to toggle source
# File lib/palo_alto/config.rb, line 321525
def name=(val)
        prop_set('name', val)
end
params() click to toggle source
# File lib/palo_alto/config.rb, line 321498
def params
        if @create_children
                @subclasses['params'] ||= Params.new(parent_instance: self, create_children: @create_children)
        else
                Params.new(parent_instance: self)
        end
end
payload() click to toggle source

Enter the log format

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

Enter the log format

# File lib/palo_alto/config.rb, line 321541
def payload=(val)
        prop_set('payload', val)
end
url_format() click to toggle source

URI Format

# File lib/palo_alto/config.rb, line 321529
def url_format
        prop_get('url-format')
end
url_format=(val) click to toggle source

URI Format

# File lib/palo_alto/config.rb, line 321533
def url_format=(val)
        prop_set('url-format', val)
end