class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Gtp::Entry::GtpInspection::GtpC::Gtpv1C::ValidityChecks

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 98981
def _section
        :'validity-checks'
end
action() click to toggle source
# File lib/palo_alto/config.rb, line 98999
def action
        prop_get('action')
end
action=(val) click to toggle source
# File lib/palo_alto/config.rb, line 99002
def action=(val)
        prop_set('action', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 98978
def has_multiple_values?
        false
end
length_of_ie() click to toggle source
# File lib/palo_alto/config.rb, line 99017
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 99020
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 99011
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 99014
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 99023
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 99026
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 99005
def reserved_ie
        prop_get('reserved-ie')
end
reserved_ie=(val) click to toggle source
# File lib/palo_alto/config.rb, line 99008
def reserved_ie=(val)
        prop_set('reserved-ie', val)
end
unknown_message() click to toggle source
# File lib/palo_alto/config.rb, line 99029
def unknown_message
        prop_get('unknown-message')
end
unknown_message=(val) click to toggle source
# File lib/palo_alto/config.rb, line 99032
def unknown_message=(val)
        prop_set('unknown-message', val)
end