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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 319433
def _section
        :'format'
end
auth() click to toggle source
# File lib/palo_alto/config.rb, line 320885
def auth
        @subclasses['auth'] ||= Auth.new(parent_instance: self, create_children: @create_children)
end
config() click to toggle source
# File lib/palo_alto/config.rb, line 319565
def config
        @subclasses['config'] ||= Config.new(parent_instance: self, create_children: @create_children)
end
correlation() click to toggle source
# File lib/palo_alto/config.rb, line 321677
def correlation
        @subclasses['correlation'] ||= Correlation.new(parent_instance: self, create_children: @create_children)
end
data() click to toggle source
# File lib/palo_alto/config.rb, line 320357
def data
        @subclasses['data'] ||= Data.new(parent_instance: self, create_children: @create_children)
end
decryption() click to toggle source
# File lib/palo_alto/config.rb, line 321281
def decryption
        @subclasses['decryption'] ||= Decryption.new(parent_instance: self, create_children: @create_children)
end
globalprotect() click to toggle source
# File lib/palo_alto/config.rb, line 321413
def globalprotect
        @subclasses['globalprotect'] ||= Globalprotect.new(parent_instance: self, create_children: @create_children)
end
gtp() click to toggle source
# File lib/palo_alto/config.rb, line 320489
def gtp
        @subclasses['gtp'] ||= Gtp.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 319430
def has_multiple_values?
        false
end
hip_match() click to toggle source
# File lib/palo_alto/config.rb, line 321545
def hip_match
        @subclasses['hip-match'] ||= HipMatch.new(parent_instance: self, create_children: @create_children)
end
iptag() click to toggle source
# File lib/palo_alto/config.rb, line 321149
def iptag
        @subclasses['iptag'] ||= Iptag.new(parent_instance: self, create_children: @create_children)
end
sctp() click to toggle source
# File lib/palo_alto/config.rb, line 320621
def sctp
        @subclasses['sctp'] ||= Sctp.new(parent_instance: self, create_children: @create_children)
end
system() click to toggle source
# File lib/palo_alto/config.rb, line 319697
def system
        @subclasses['system'] ||= System.new(parent_instance: self, create_children: @create_children)
end
threat() click to toggle source
# File lib/palo_alto/config.rb, line 319961
def threat
        @subclasses['threat'] ||= Threat.new(parent_instance: self, create_children: @create_children)
end
traffic() click to toggle source
# File lib/palo_alto/config.rb, line 319829
def traffic
        @subclasses['traffic'] ||= Traffic.new(parent_instance: self, create_children: @create_children)
end
tunnel() click to toggle source
# File lib/palo_alto/config.rb, line 320753
def tunnel
        @subclasses['tunnel'] ||= Tunnel.new(parent_instance: self, create_children: @create_children)
end
url() click to toggle source
# File lib/palo_alto/config.rb, line 320225
def url
        @subclasses['url'] ||= Url.new(parent_instance: self, create_children: @create_children)
end
userid() click to toggle source
# File lib/palo_alto/config.rb, line 321017
def userid
        @subclasses['userid'] ||= Userid.new(parent_instance: self, create_children: @create_children)
end
wildfire() click to toggle source
# File lib/palo_alto/config.rb, line 320093
def wildfire
        @subclasses['wildfire'] ||= Wildfire.new(parent_instance: self, create_children: @create_children)
end