class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::Setting::GlobalProtect

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 159829
def _section
        :'global-protect'
end
enable_external_gateway_priority() click to toggle source

enable external gateway priority by source location for best gateway selection

# File lib/palo_alto/config.rb, line 159878
def enable_external_gateway_priority
        prop_get('enable-external-gateway-priority')
end
enable_external_gateway_priority=(val) click to toggle source

enable external gateway priority by source location for best gateway selection

# File lib/palo_alto/config.rb, line 159882
def enable_external_gateway_priority=(val)
        prop_set('enable-external-gateway-priority', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 159826
def has_multiple_values?
        false
end
keepalive() click to toggle source

keepalive in seconds for global-protect gateways

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

keepalive in seconds for global-protect gateways

# File lib/palo_alto/config.rb, line 159874
def keepalive=(val)
        prop_set('keepalive', val)
end
location() click to toggle source

location for portal/gateway with max length 100

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

location for portal/gateway with max length 100

# File lib/palo_alto/config.rb, line 159890
def location=(val)
        prop_set('location', val)
end
timeout() click to toggle source

timeout in seconds for global-protect gateways

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

timeout in seconds for global-protect gateways

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