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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 266340
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 266389
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 266393
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 266337
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 266381
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 266385
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 266397
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 266401
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 266373
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 266377
def timeout=(val)
        prop_set('timeout', val)
end