Class: PaloAlto::XML::Config::Shared::Profiles::Gtp::Entry::Correlation

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

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



17853
17854
17855
# File 'lib/palo_alto/config.rb', line 17853

def _section
:correlation
end

#has_multiple_values?Boolean

Returns:

  • (Boolean)


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

def has_multiple_values?; false; end

#log_at_ueip_endObject



17883
17884
17885
# File 'lib/palo_alto/config.rb', line 17883

def log_at_ueip_end
prop_get('log-at-ueip-end')
end

#log_at_ueip_end=(val) ⇒ Object



17886
17887
17888
# File 'lib/palo_alto/config.rb', line 17886

def log_at_ueip_end=(val)
prop_set('log-at-ueip-end', val)
end

#log_at_ueip_startObject



17877
17878
17879
# File 'lib/palo_alto/config.rb', line 17877

def log_at_ueip_start
prop_get('log-at-ueip-start')
end

#log_at_ueip_start=(val) ⇒ Object



17880
17881
17882
# File 'lib/palo_alto/config.rb', line 17880

def log_at_ueip_start=(val)
prop_set('log-at-ueip-start', val)
end

#modeObject



17865
17866
17867
# File 'lib/palo_alto/config.rb', line 17865

def mode
prop_get('mode')
end

#mode=(val) ⇒ Object



17868
17869
17870
# File 'lib/palo_alto/config.rb', line 17868

def mode=(val)
prop_set('mode', val)
end

#sourceObject



17871
17872
17873
# File 'lib/palo_alto/config.rb', line 17871

def source
prop_get('source')
end

#source=(val) ⇒ Object



17874
17875
17876
# File 'lib/palo_alto/config.rb', line 17874

def source=(val)
prop_set('source', val)
end

#ueip_correlationObject

UEIP correlation



17858
17859
17860
# File 'lib/palo_alto/config.rb', line 17858

def ueip_correlation
prop_get('ueip-correlation')
end

#ueip_correlation=(val) ⇒ Object

UEIP correlation



17862
17863
17864
# File 'lib/palo_alto/config.rb', line 17862

def ueip_correlation=(val)
prop_set('ueip-correlation', val)
end