class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Gtp::Entry::GtpInspection::GtpU::ValidityChecks
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 99140 def _section :'validity-checks' end
action()
click to toggle source
# File lib/palo_alto/config.rb, line 99158 def action prop_get('action') end
action=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 99161 def action=(val) prop_set('action', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 99137 def has_multiple_values? false end
length_of_ie()
click to toggle source
# File lib/palo_alto/config.rb, line 99176 def length_of_ie prop_get('length-of-ie') end
length_of_ie=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 99179 def length_of_ie=(val) prop_set('length-of-ie', val) end
order_of_ie()
click to toggle source
# File lib/palo_alto/config.rb, line 99170 def order_of_ie prop_get('order-of-ie') end
order_of_ie=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 99173 def order_of_ie=(val) prop_set('order-of-ie', val) end
reserved_hdr_field()
click to toggle source
# File lib/palo_alto/config.rb, line 99182 def reserved_hdr_field prop_get('reserved-hdr-field') end
reserved_hdr_field=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 99185 def reserved_hdr_field=(val) prop_set('reserved-hdr-field', val) end
reserved_ie()
click to toggle source
# File lib/palo_alto/config.rb, line 99164 def reserved_ie prop_get('reserved-ie') end
reserved_ie=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 99167 def reserved_ie=(val) prop_set('reserved-ie', val) end
unknown_message()
click to toggle source
# File lib/palo_alto/config.rb, line 99188 def unknown_message prop_get('unknown-message') end
unknown_message=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 99191 def unknown_message=(val) prop_set('unknown-message', val) end