class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Tunnel__5::GlobalProtectSiteToSite::Entry::Client::DnsServer

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 191191
def _section
        :'dns-server'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 191188
def has_multiple_values?
        false
end
primary() click to toggle source

DNS primary server ip address

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

DNS primary server ip address

# File lib/palo_alto/config.rb, line 191221
def primary=(val)
        prop_set('primary', val)
end
secondary() click to toggle source

DNS secondary server ip address

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

DNS secondary server ip address

# File lib/palo_alto/config.rb, line 191229
def secondary=(val)
        prop_set('secondary', val)
end