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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 99675
def _section
        :'gtpv2c-allowed-messages'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 99672
def has_multiple_values?
        false
end
others() click to toggle source
# File lib/palo_alto/config.rb, line 99695
def others
        prop_get('others')
end
others=(val) click to toggle source
# File lib/palo_alto/config.rb, line 99698
def others=(val)
        prop_set('others', val)
end
path_management() click to toggle source
# File lib/palo_alto/config.rb, line 99689
def path_management
        prop_get('path-management')
end
path_management=(val) click to toggle source
# File lib/palo_alto/config.rb, line 99692
def path_management=(val)
        prop_set('path-management', val)
end
tunnel_management() click to toggle source
# File lib/palo_alto/config.rb, line 99683
def tunnel_management
        prop_get('tunnel-management')
end
tunnel_management=(val) click to toggle source
# File lib/palo_alto/config.rb, line 99686
def tunnel_management=(val)
        prop_set('tunnel-management', val)
end