class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::Ethernet::Entry::Layer3::Units::Entry::Ipv6::NeighborDiscovery::RouterAdvertisement::DnsSupport::Server

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 283062
def _section
        :'server'
end
entries() click to toggle source
# File lib/palo_alto/config.rb, line 283099
def entries
        return @subclasses['entry']
end
entry(*args, &block) click to toggle source
# File lib/palo_alto/config.rb, line 283102
def entry(*args, &block)
        array_class_setter(*args, klass: Entry, section: 'entry', &block)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 283059
def has_multiple_values?
        true
end