Class: PaloAlto::XML::Config::Shared::PostRulebase::TunnelInspect::Rules::Entry::InspectOptions

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



41416
41417
41418
# File 'lib/palo_alto/config.rb', line 41416

def _section
:'inspect-options'
end

#drop_over_maxObject



41428
41429
41430
# File 'lib/palo_alto/config.rb', line 41428

def drop_over_max
prop_get('drop-over-max')
end

#drop_over_max=(val) ⇒ Object



41431
41432
41433
# File 'lib/palo_alto/config.rb', line 41431

def drop_over_max=(val)
prop_set('drop-over-max', val)
end

#drop_strict_checkingObject



41440
41441
41442
# File 'lib/palo_alto/config.rb', line 41440

def drop_strict_checking
prop_get('drop-strict-checking')
end

#drop_strict_checking=(val) ⇒ Object



41443
41444
41445
# File 'lib/palo_alto/config.rb', line 41443

def drop_strict_checking=(val)
prop_set('drop-strict-checking', val)
end

#drop_unknown_protocolObject



41434
41435
41436
# File 'lib/palo_alto/config.rb', line 41434

def drop_unknown_protocol
prop_get('drop-unknown-protocol')
end

#drop_unknown_protocol=(val) ⇒ Object



41437
41438
41439
# File 'lib/palo_alto/config.rb', line 41437

def drop_unknown_protocol=(val)
prop_set('drop-unknown-protocol', val)
end

#has_multiple_values?Boolean

Returns:

  • (Boolean)


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

def has_multiple_values?; false; end

#max_level_inspectionObject

max level inspection



41421
41422
41423
# File 'lib/palo_alto/config.rb', line 41421

def max_level_inspection
prop_get('max-level-inspection')
end

#max_level_inspection=(val) ⇒ Object

max level inspection



41425
41426
41427
# File 'lib/palo_alto/config.rb', line 41425

def max_level_inspection=(val)
prop_set('max-level-inspection', val)
end

#return_vxlan_to_sourceObject



41446
41447
41448
# File 'lib/palo_alto/config.rb', line 41446

def return_vxlan_to_source
prop_get('return-vxlan-to-source')
end

#return_vxlan_to_source=(val) ⇒ Object



41449
41450
41451
# File 'lib/palo_alto/config.rb', line 41449

def return_vxlan_to_source=(val)
prop_set('return-vxlan-to-source', val)
end