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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 26959
def _section
        :'gtpv2c-allowed-messages'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 26956
def has_multiple_values?
        false
end
others() click to toggle source
# File lib/palo_alto/config.rb, line 26979
def others
        prop_get('others')
end
others=(val) click to toggle source
# File lib/palo_alto/config.rb, line 26982
def others=(val)
        prop_set('others', val)
end
path_management() click to toggle source
# File lib/palo_alto/config.rb, line 26973
def path_management
        prop_get('path-management')
end
path_management=(val) click to toggle source
# File lib/palo_alto/config.rb, line 26976
def path_management=(val)
        prop_set('path-management', val)
end
tunnel_management() click to toggle source
# File lib/palo_alto/config.rb, line 26967
def tunnel_management
        prop_get('tunnel-management')
end
tunnel_management=(val) click to toggle source
# File lib/palo_alto/config.rb, line 26970
def tunnel_management=(val)
        prop_set('tunnel-management', val)
end