class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Gtp::Entry::GtpInspection::GtpU
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 99133 def _section :'gtp-u' end
gtp_in_gtp()
click to toggle source
# File lib/palo_alto/config.rb, line 99217 def gtp_in_gtp prop_get('gtp-in-gtp') end
gtp_in_gtp=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 99220 def gtp_in_gtp=(val) prop_set('gtp-in-gtp', val) end
gtpu_content_inspection()
click to toggle source
GTPv1-C, GTPv2-C and/or 5G-C Stateful Inspection with GTP-U Content Inspection provides IMSI and IMEI correlation with IP traffic encapsulated in GTP-U packets
# File lib/palo_alto/config.rb, line 99230 def gtpu_content_inspection prop_get('gtpu-content-inspection') end
gtpu_content_inspection=(val)
click to toggle source
GTPv1-C, GTPv2-C and/or 5G-C Stateful Inspection with GTP-U Content Inspection provides IMSI and IMEI correlation with IP traffic encapsulated in GTP-U packets
# File lib/palo_alto/config.rb, line 99234 def gtpu_content_inspection=(val) prop_set('gtpu-content-inspection', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 99130 def has_multiple_values? false end
user_ip_spoofing()
click to toggle source
# File lib/palo_alto/config.rb, line 99223 def user_ip_spoofing prop_get('user-ip-spoofing') end
user_ip_spoofing=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 99226 def user_ip_spoofing=(val) prop_set('user-ip-spoofing', val) end
validity_checks()
click to toggle source
# File lib/palo_alto/config.rb, line 99195 def validity_checks @subclasses['validity-checks'] ||= ValidityChecks.new(parent_instance: self, create_children: @create_children) end