Class: PaloAlto::XML::Config::Panorama::LogSettings

Inherits:
PaloAlto::XML::ConfigClass show all
Defined in:
lib/palo_alto/config.rb

Defined Under Namespace

Classes: Auth, Config, Correlation, Data, Decryption, Email, Globalprotect, Gtp, Hipmatch, Http, Iptag, Sctp, Snmptrap, Syslog, System, Threat, Traffic, Tunnel, Url, Userid, Wildfire

Constant Summary

Constants included from DSL

DSL::AXES, DSL::LOWERCASE_LETTERS, DSL::METHODS, DSL::OPERATORS, DSL::UPPERCASE_LETTERS

Instance Attribute Summary

Attributes inherited from PaloAlto::XML::ConfigClass

#api_attributes, #parent_instance, #subclasses

Attributes inherited from Expression

#arguments, #expression

Instance Method Summary collapse

Methods inherited from PaloAlto::XML::ConfigClass

#array_class_setter, #clear!, #complete, #create!, #delete!, #delete_child, #edit!, #enforce_type, #enforce_types, #external_set, #get, #get_all, #get_class_from_child_str, #get_primary_key, #initialize, #inspect, #maybe_register_subclass, #multimove!, #prop_get, #prop_set, #selector_subclasses, #set!, #set_array_class_attributes, #set_values, #to_xml, #values, #xml_builder

Methods inherited from Expression

#current, #initialize, #to_xpath

Methods included from DSL

#anywhere, #axis, #binary_operator, #child, #contains_word, #css, #current, #descendant, #ends_with, #function, #is, #last, #lowercase, #method, #next_sibling, #one_of, #parenthesis, #position, #previous_sibling, #qname, #relative, #root, #text, #union, #uppercase, #where, #xpath_attr

Constructor Details

This class inherits a constructor from PaloAlto::XML::ConfigClass

Instance Method Details

#_sectionObject



2948
2949
2950
# File 'lib/palo_alto/config.rb', line 2948

def _section
:'log-settings'
end

#authObject



6863
6864
6865
# File 'lib/palo_alto/config.rb', line 6863

def auth
@subclasses['auth'] ||= Auth.new(parent_instance: self, client: @client, create_children: @create_children)
end

#configObject



3218
3219
3220
# File 'lib/palo_alto/config.rb', line 3218

def config
@subclasses['config'] ||= Config.new(parent_instance: self, client: @client, create_children: @create_children)
end

#correlationObject



4433
4434
4435
# File 'lib/palo_alto/config.rb', line 4433

def correlation
@subclasses['correlation'] ||= Correlation.new(parent_instance: self, client: @client, create_children: @create_children)
end

#dataObject



5648
5649
5650
# File 'lib/palo_alto/config.rb', line 5648

def data
@subclasses['data'] ||= Data.new(parent_instance: self, client: @client, create_children: @create_children)
end

#decryptionObject



5162
5163
5164
# File 'lib/palo_alto/config.rb', line 5162

def decryption
@subclasses['decryption'] ||= Decryption.new(parent_instance: self, client: @client, create_children: @create_children)
end

#emailObject



7337
7338
7339
# File 'lib/palo_alto/config.rb', line 7337

def email
maybe_register_subclass('email', Email.new(parent_instance: self, client: @client, create_children: @create_children))
end

#globalprotectObject



3947
3948
3949
# File 'lib/palo_alto/config.rb', line 3947

def globalprotect
@subclasses['globalprotect'] ||= Globalprotect.new(parent_instance: self, client: @client, create_children: @create_children)
end

#gtpObject



6134
6135
6136
# File 'lib/palo_alto/config.rb', line 6134

def gtp
@subclasses['gtp'] ||= Gtp.new(parent_instance: self, client: @client, create_children: @create_children)
end

#has_multiple_values?Boolean

Returns:

  • (Boolean)


2947
# File 'lib/palo_alto/config.rb', line 2947

def has_multiple_values?; false; end

#hipmatchObject



4190
4191
4192
# File 'lib/palo_alto/config.rb', line 4190

def hipmatch
@subclasses['hipmatch'] ||= Hipmatch.new(parent_instance: self, client: @client, create_children: @create_children)
end

#httpObject



9447
9448
9449
# File 'lib/palo_alto/config.rb', line 9447

def http
maybe_register_subclass('http', Http.new(parent_instance: self, client: @client, create_children: @create_children))
end

#iptagObject



3704
3705
3706
# File 'lib/palo_alto/config.rb', line 3704

def iptag
@subclasses['iptag'] ||= Iptag.new(parent_instance: self, client: @client, create_children: @create_children)
end

#sctpObject



6377
6378
6379
# File 'lib/palo_alto/config.rb', line 6377

def sctp
@subclasses['sctp'] ||= Sctp.new(parent_instance: self, client: @client, create_children: @create_children)
end

#snmptrapObject



7051
7052
7053
# File 'lib/palo_alto/config.rb', line 7051

def snmptrap
maybe_register_subclass('snmptrap', Snmptrap.new(parent_instance: self, client: @client, create_children: @create_children))
end

#syslogObject



7571
7572
7573
# File 'lib/palo_alto/config.rb', line 7571

def syslog
maybe_register_subclass('syslog', Syslog.new(parent_instance: self, client: @client, create_children: @create_children))
end

#systemObject



3103
3104
3105
# File 'lib/palo_alto/config.rb', line 3103

def system
@subclasses['system'] ||= System.new(parent_instance: self, client: @client, create_children: @create_children)
end

#threatObject



4919
4920
4921
# File 'lib/palo_alto/config.rb', line 4919

def threat
@subclasses['threat'] ||= Threat.new(parent_instance: self, client: @client, create_children: @create_children)
end

#trafficObject



5891
5892
5893
# File 'lib/palo_alto/config.rb', line 5891

def traffic
@subclasses['traffic'] ||= Traffic.new(parent_instance: self, client: @client, create_children: @create_children)
end

#tunnelObject



6620
6621
6622
# File 'lib/palo_alto/config.rb', line 6620

def tunnel
@subclasses['tunnel'] ||= Tunnel.new(parent_instance: self, client: @client, create_children: @create_children)
end

#urlObject



5405
5406
5407
# File 'lib/palo_alto/config.rb', line 5405

def url
@subclasses['url'] ||= Url.new(parent_instance: self, client: @client, create_children: @create_children)
end

#useridObject



3461
3462
3463
# File 'lib/palo_alto/config.rb', line 3461

def userid
@subclasses['userid'] ||= Userid.new(parent_instance: self, client: @client, create_children: @create_children)
end

#wildfireObject



4676
4677
4678
# File 'lib/palo_alto/config.rb', line 4676

def wildfire
@subclasses['wildfire'] ||= Wildfire.new(parent_instance: self, client: @client, create_children: @create_children)
end