class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::Gtp::Entry::GtpLog::Gtp5gAllowedMessages

Public Instance Methods

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