class PaloAlto::XML::Config::Devices::Entry::Template::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 235472
def _section
        :'entry'
end
block_quarantined_devices() click to toggle source

Block login for quarantined devices

# File lib/palo_alto/config.rb, line 237137
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 237141
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 237113
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 237117
def certificate_profile=(val)
        prop_set('certificate-profile', val)
end
client_auth() click to toggle source
# File lib/palo_alto/config.rb, line 236378
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 235469
def has_multiple_values?
        false
end
hip_notification() click to toggle source
# File lib/palo_alto/config.rb, line 237009
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 236536
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 237153
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 237157
def log_fail=(val)
        prop_set('log-fail', val)
end
log_setting() click to toggle source
# File lib/palo_alto/config.rb, line 237160
def log_setting
        prop_get('log-setting')
end
log_setting=(val) click to toggle source
# File lib/palo_alto/config.rb, line 237163
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 237145
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 237149
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 237093
def name
        prop_get('@name')
end
remote_user_tunnel() click to toggle source

GlobalProtect user tunnel

# File lib/palo_alto/config.rb, line 237097
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 237101
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 236217
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 236863
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 237121
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 237125
def satellite_tunnel=(val)
        prop_set('satellite-tunnel', val)
end
security_restrictions() click to toggle source
# File lib/palo_alto/config.rb, line 236636
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 237105
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 237109
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 237129
def tunnel_mode
        prop_get('tunnel-mode')
end
tunnel_mode=(val) click to toggle source

Tunnel mode

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