class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectGateway::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 342088
def _section
        :'entry'
end
block_quarantined_devices() click to toggle source

Block login for quarantined devices

# File lib/palo_alto/config.rb, line 343753
def block_quarantined_devices
        prop_get('block-quarantined-devices')
end
block_quarantined_devices=(val) click to toggle source

Block login for quarantined devices

# File lib/palo_alto/config.rb, line 343757
def block_quarantined_devices=(val)
        prop_set('block-quarantined-devices', val)
end
certificate_profile() click to toggle source

Profile for authenticating client certificates

# File lib/palo_alto/config.rb, line 343729
def certificate_profile
        prop_get('certificate-profile')
end
certificate_profile=(val) click to toggle source

Profile for authenticating client certificates

# File lib/palo_alto/config.rb, line 343733
def certificate_profile=(val)
        prop_set('certificate-profile', val)
end
client_auth() click to toggle source
# File lib/palo_alto/config.rb, line 342994
def client_auth
        if @create_children
                @subclasses['client-auth'] ||= ClientAuth.new(parent_instance: self, create_children: @create_children)
        else
                ClientAuth.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 342085
def has_multiple_values?
        false
end
hip_notification() click to toggle source
# File lib/palo_alto/config.rb, line 343625
def hip_notification
        if @create_children
                @subclasses['hip-notification'] ||= HipNotification.new(parent_instance: self, create_children: @create_children)
        else
                HipNotification.new(parent_instance: self)
        end
end
local_address() click to toggle source
# File lib/palo_alto/config.rb, line 343152
def local_address
        @subclasses['local-address'] ||= LocalAddress.new(parent_instance: self, create_children: @create_children)
end
log_fail() click to toggle source

Log unsuccessful TLS handshakes

# File lib/palo_alto/config.rb, line 343769
def log_fail
        prop_get('log-fail')
end
log_fail=(val) click to toggle source

Log unsuccessful TLS handshakes

# File lib/palo_alto/config.rb, line 343773
def log_fail=(val)
        prop_set('log-fail', val)
end
log_setting() click to toggle source
# File lib/palo_alto/config.rb, line 343776
def log_setting
        prop_get('log-setting')
end
log_setting=(val) click to toggle source
# File lib/palo_alto/config.rb, line 343779
def log_setting=(val)
        prop_set('log-setting', val)
end
log_success() click to toggle source

Log successful TLS handshakes

# File lib/palo_alto/config.rb, line 343761
def log_success
        prop_get('log-success')
end
log_success=(val) click to toggle source

Log successful TLS handshakes

# File lib/palo_alto/config.rb, line 343765
def log_success=(val)
        prop_set('log-success', val)
end
name() click to toggle source

tunnel interface or name

# File lib/palo_alto/config.rb, line 343709
def name
        prop_get('@name')
end
remote_user_tunnel() click to toggle source

GlobalProtect user tunnel

# File lib/palo_alto/config.rb, line 343713
def remote_user_tunnel
        prop_get('remote-user-tunnel')
end
remote_user_tunnel=(val) click to toggle source

GlobalProtect user tunnel

# File lib/palo_alto/config.rb, line 343717
def remote_user_tunnel=(val)
        prop_set('remote-user-tunnel', val)
end
remote_user_tunnel_configs() click to toggle source
# File lib/palo_alto/config.rb, line 342833
def remote_user_tunnel_configs
        if @create_children
                @subclasses['remote-user-tunnel-configs'] ||= RemoteUserTunnelConfigs.new(parent_instance: self, create_children: @create_children)
        else
                RemoteUserTunnelConfigs.new(parent_instance: self)
        end
end
roles() click to toggle source
# File lib/palo_alto/config.rb, line 343479
def roles
        if @create_children
                @subclasses['roles'] ||= Roles.new(parent_instance: self, create_children: @create_children)
        else
                Roles.new(parent_instance: self)
        end
end
satellite_tunnel() click to toggle source

GlobalProtect satellite tunnel

# File lib/palo_alto/config.rb, line 343737
def satellite_tunnel
        prop_get('satellite-tunnel')
end
satellite_tunnel=(val) click to toggle source

GlobalProtect satellite tunnel

# File lib/palo_alto/config.rb, line 343741
def satellite_tunnel=(val)
        prop_set('satellite-tunnel', val)
end
security_restrictions() click to toggle source
# File lib/palo_alto/config.rb, line 343252
def security_restrictions
        @subclasses['security-restrictions'] ||= SecurityRestrictions.new(parent_instance: self, create_children: @create_children)
end
ssl_tls_service_profile() click to toggle source

SSL TLS service profile

# File lib/palo_alto/config.rb, line 343721
def ssl_tls_service_profile
        prop_get('ssl-tls-service-profile')
end
ssl_tls_service_profile=(val) click to toggle source

SSL TLS service profile

# File lib/palo_alto/config.rb, line 343725
def ssl_tls_service_profile=(val)
        prop_set('ssl-tls-service-profile', val)
end
tunnel_mode() click to toggle source

Tunnel mode

# File lib/palo_alto/config.rb, line 343745
def tunnel_mode
        prop_get('tunnel-mode')
end
tunnel_mode=(val) click to toggle source

Tunnel mode

# File lib/palo_alto/config.rb, line 343749
def tunnel_mode=(val)
        prop_set('tunnel-mode', val)
end