class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Tunnel__5::GlobalProtectGateway::Entry::Client::WinsServer

Public Instance Methods

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

WINS primary server ip address

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

WINS primary server ip address

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

WINS secondary server ip address

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

WINS secondary server ip address

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