class PaloAlto::XML::Config::Shared::Profiles::Gtp::Entry::GtpInspection::GtpU
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 26419 def _section :'gtp-u' end
gtp_in_gtp()
click to toggle source
# File lib/palo_alto/config.rb, line 26503 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 26506 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 26516 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 26520 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 26416 def has_multiple_values? false end
user_ip_spoofing()
click to toggle source
# File lib/palo_alto/config.rb, line 26509 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 26512 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 26481 def validity_checks @subclasses['validity-checks'] ||= ValidityChecks.new(parent_instance: self, create_children: @create_children) end