class PaloAlto::XML::Config::Shared::Profiles::Gtp::Entry::TunnelLimit::GtpU

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 26839
def _section
        :'gtp-u'
end
alert_tunnel_limit() click to toggle source
# File lib/palo_alto/config.rb, line 26862
def alert_tunnel_limit
        prop_get('alert-tunnel-limit')
end
alert_tunnel_limit=(val) click to toggle source
# File lib/palo_alto/config.rb, line 26865
def alert_tunnel_limit=(val)
        prop_set('alert-tunnel-limit', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 26836
def has_multiple_values?
        false
end
max_tunnel_limit() click to toggle source
# File lib/palo_alto/config.rb, line 26856
def max_tunnel_limit
        prop_get('max-tunnel-limit')
end
max_tunnel_limit=(val) click to toggle source
# File lib/palo_alto/config.rb, line 26859
def max_tunnel_limit=(val)
        prop_set('max-tunnel-limit', val)
end