class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::Vlan::Bonjour
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 288702 def _section :'bonjour' end
enable()
click to toggle source
Set to support Bonjour
service
# File lib/palo_alto/config.rb, line 288726 def enable prop_get('enable') end
enable=(val)
click to toggle source
Set to support Bonjour
service
# File lib/palo_alto/config.rb, line 288730 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 288742 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 288746 def group_id=(val) prop_set('group-id', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 288699 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 288734 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 288738 def ttl_check=(val) prop_set('ttl-check', val) end