class PaloAlto::XML::Config::Shared::Profiles::Gtp::Entry::GtpInspection

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 26246
def _section
        :'gtp-inspection'
end
gtp_5g_c() click to toggle source
# File lib/palo_alto/config.rb, line 26549
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 26412
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 26524
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 26243
def has_multiple_values?
        false
end