class PaloAlto::XML::Config::Shared::Profiles::Gtp::Entry::GtpLog::Gtp5gAllowedMessages

Public Instance Methods

N11() click to toggle source
# File lib/palo_alto/config.rb, line 27044
def N11
        prop_get('N11')
end
N11=(val) click to toggle source
# File lib/palo_alto/config.rb, line 27047
def N11=(val)
        prop_set('N11', val)
end
_section() click to toggle source
# File lib/palo_alto/config.rb, line 27040
def _section
        :'gtp-5g-allowed-messages'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 27037
def has_multiple_values?
        false
end