class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Tunnel__5::GlobalProtectGateway::Entry::Client::DnsServer

Public Instance Methods

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

DNS primary server ip address

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

DNS primary server ip address

# File lib/palo_alto/config.rb, line 297263
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 297267
def secondary
        prop_get('secondary')
end
secondary=(val) click to toggle source

DNS secondary server ip address

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