class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::AggregateEthernet::Entry::Layer3::Bonjour

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 285352
def _section
        :'bonjour'
end
enable() click to toggle source

Set to support Bonjour service

# File lib/palo_alto/config.rb, line 285378
def enable
        prop_get('enable')
end
enable=(val) click to toggle source

Set to support Bonjour service

# File lib/palo_alto/config.rb, line 285382
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 285394
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 285398
def group_id=(val)
        prop_set('group-id', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 285349
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 285386
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 285390
def ttl_check=(val)
        prop_set('ttl-check', val)
end