class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Gtp::Entry::GtpInspection
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 98960 def _section :'gtp-inspection' end
gtp_5g_c()
click to toggle source
# File lib/palo_alto/config.rb, line 99263 def gtp_5g_c @subclasses['gtp-5g-c'] ||= Gtp5gC.new(parent_instance: self, create_children: @create_children) end
gtp_c()
click to toggle source
# File lib/palo_alto/config.rb, line 99126 def gtp_c @subclasses['gtp-c'] ||= GtpC.new(parent_instance: self, create_children: @create_children) end
gtp_u()
click to toggle source
# File lib/palo_alto/config.rb, line 99238 def gtp_u @subclasses['gtp-u'] ||= GtpU.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 98957 def has_multiple_values? false end