class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::Ethernet::Entry::Layer3::Units::Entry::Bonjour
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 176000 def _section :'bonjour' end
enable()
click to toggle source
Set to support Bonjour
service
# File lib/palo_alto/config.rb, line 176026 def enable prop_get('enable') end
enable=(val)
click to toggle source
Set to support Bonjour
service
# File lib/palo_alto/config.rb, line 176030 def enable=(val) prop_set('enable', val) end
group_id()
click to toggle source
default 0: NO-Group
# File lib/palo_alto/config.rb, line 176042 def group_id prop_get('group-id') end
group_id=(val)
click to toggle source
default 0: NO-Group
# File lib/palo_alto/config.rb, line 176046 def group_id=(val) prop_set('group-id', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 175997 def has_multiple_values? false end
ttl_check()
click to toggle source
Set to check and update TTL
# File lib/palo_alto/config.rb, line 176034 def ttl_check prop_get('ttl-check') end
ttl_check=(val)
click to toggle source
Set to check and update TTL
# File lib/palo_alto/config.rb, line 176038 def ttl_check=(val) prop_set('ttl-check', val) end