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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 99641
def _section
        :'gtpv1c-allowed-messages'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 99638
def has_multiple_values?
        false
end
others() click to toggle source
# File lib/palo_alto/config.rb, line 99661
def others
        prop_get('others')
end
others=(val) click to toggle source
# File lib/palo_alto/config.rb, line 99664
def others=(val)
        prop_set('others', val)
end
path_management() click to toggle source
# File lib/palo_alto/config.rb, line 99655
def path_management
        prop_get('path-management')
end
path_management=(val) click to toggle source
# File lib/palo_alto/config.rb, line 99658
def path_management=(val)
        prop_set('path-management', val)
end
tunnel_management() click to toggle source
# File lib/palo_alto/config.rb, line 99649
def tunnel_management
        prop_get('tunnel-management')
end
tunnel_management=(val) click to toggle source
# File lib/palo_alto/config.rb, line 99652
def tunnel_management=(val)
        prop_set('tunnel-management', val)
end