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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 26531
def _section
        :'gtp-5g-c'
end
gtp_5g_http2() click to toggle source

5g http2 inspection

# File lib/palo_alto/config.rb, line 26541
def gtp_5g_http2
        prop_get('gtp-5g-http2')
end
gtp_5g_http2=(val) click to toggle source

5g http2 inspection

# File lib/palo_alto/config.rb, line 26545
def gtp_5g_http2=(val)
        prop_set('gtp-5g-http2', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 26528
def has_multiple_values?
        false
end