class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::Vlan::Bonjour
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 182168 def _section :'bonjour' end
enable()
click to toggle source
Set to support Bonjour
service
# File lib/palo_alto/config.rb, line 182192 def enable prop_get('enable') end
enable=(val)
click to toggle source
Set to support Bonjour
service
# File lib/palo_alto/config.rb, line 182196 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 182208 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 182212 def group_id=(val) prop_set('group-id', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 182165 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 182200 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 182204 def ttl_check=(val) prop_set('ttl-check', val) end