class PaloAlto::XML::Config::Devices::Entry::WildfireApplianceCluster::Entry::Deviceconfig::System

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 360155
def _section
        :'system'
end
authentication_profile() click to toggle source

Authentication profile to use for non-local admins. Only RADIUS, TACACS+ and authentication sequence are supported.

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

Authentication profile to use for non-local admins. Only RADIUS, TACACS+ and authentication sequence are supported.

# File lib/palo_alto/config.rb, line 363563
def authentication_profile=(val)
        prop_set('authentication-profile', val)
end
dns_setting() click to toggle source
# File lib/palo_alto/config.rb, line 360542
def dns_setting
        @subclasses['dns-setting'] ||= DnsSetting.new(parent_instance: self, create_children: @create_children)
end
domain() click to toggle source
# File lib/palo_alto/config.rb, line 363572
def domain
        prop_get('domain')
end
domain=(val) click to toggle source
# File lib/palo_alto/config.rb, line 363575
def domain=(val)
        prop_set('domain', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 360152
def has_multiple_values?
        false
end
login_banner() click to toggle source
# File lib/palo_alto/config.rb, line 363594
def login_banner
        prop_get('login-banner')
end
login_banner=(val) click to toggle source
# File lib/palo_alto/config.rb, line 363597
def login_banner=(val)
        prop_set('login-banner', val)
end
management_tunnel__19() click to toggle source
# File lib/palo_alto/config.rb, line 361879
def management_tunnel__19
        @subclasses['management-tunnel__19'] ||= ManagementTunnel__19.new(parent_instance: self, create_children: @create_children)
end
ntp_servers() click to toggle source
# File lib/palo_alto/config.rb, line 360491
def ntp_servers
        @subclasses['ntp-servers'] ||= NtpServers.new(parent_instance: self, create_children: @create_children)
end
panorama_server() click to toggle source

Panorama server (IP address or FQDN)

# File lib/palo_alto/config.rb, line 363579
def panorama_server
        prop_get('panorama-server')
end
panorama_server=(val) click to toggle source

Panorama server (IP address or FQDN)

# File lib/palo_alto/config.rb, line 363583
def panorama_server=(val)
        prop_set('panorama-server', val)
end
panorama_server_2() click to toggle source

Panorama server 2 (IP address or FQDN)

# File lib/palo_alto/config.rb, line 363587
def panorama_server_2
        prop_get('panorama-server-2')
end
panorama_server_2=(val) click to toggle source

Panorama server 2 (IP address or FQDN)

# File lib/palo_alto/config.rb, line 363591
def panorama_server_2=(val)
        prop_set('panorama-server-2', val)
end
permitted_ip() click to toggle source
# File lib/palo_alto/config.rb, line 360577
def permitted_ip
        if @create_children
                @subclasses['permitted-ip'] ||= PermittedIp.new(parent_instance: self, create_children: @create_children)
        else
                PermittedIp.new(parent_instance: self)
        end
end
secure_proxy_password() click to toggle source

Secure Proxy password to use

# File lib/palo_alto/config.rb, line 363641
def secure_proxy_password
        prop_get('secure-proxy-password')
end
secure_proxy_password=(val) click to toggle source

Secure Proxy password to use

# File lib/palo_alto/config.rb, line 363645
def secure_proxy_password=(val)
        prop_set('secure-proxy-password', val)
end
secure_proxy_port() click to toggle source

Port for secure proxy server

# File lib/palo_alto/config.rb, line 363625
def secure_proxy_port
        prop_get('secure-proxy-port')
end
secure_proxy_port=(val) click to toggle source

Port for secure proxy server

# File lib/palo_alto/config.rb, line 363629
def secure_proxy_port=(val)
        prop_set('secure-proxy-port', val)
end
secure_proxy_server() click to toggle source

Secure Proxy server to use

# File lib/palo_alto/config.rb, line 363617
def secure_proxy_server
        prop_get('secure-proxy-server')
end
secure_proxy_server=(val) click to toggle source

Secure Proxy server to use

# File lib/palo_alto/config.rb, line 363621
def secure_proxy_server=(val)
        prop_set('secure-proxy-server', val)
end
secure_proxy_user() click to toggle source

Secure Proxy user name to use

# File lib/palo_alto/config.rb, line 363633
def secure_proxy_user
        prop_get('secure-proxy-user')
end
secure_proxy_user=(val) click to toggle source

Secure Proxy user name to use

# File lib/palo_alto/config.rb, line 363637
def secure_proxy_user=(val)
        prop_set('secure-proxy-user', val)
end
server_verification() click to toggle source

Verify update server identity

# File lib/palo_alto/config.rb, line 363609
def server_verification
        prop_get('server-verification')
end
server_verification=(val) click to toggle source

Verify update server identity

# File lib/palo_alto/config.rb, line 363613
def server_verification=(val)
        prop_set('server-verification', val)
end
service() click to toggle source
# File lib/palo_alto/config.rb, line 360650
def service
        @subclasses['service'] ||= Service.new(parent_instance: self, create_children: @create_children)
end
ssh() click to toggle source
# File lib/palo_alto/config.rb, line 362775
def ssh
        @subclasses['ssh'] ||= Ssh.new(parent_instance: self, create_children: @create_children)
end
timezone() click to toggle source
# File lib/palo_alto/config.rb, line 363566
def timezone
        prop_get('timezone')
end
timezone=(val) click to toggle source
# File lib/palo_alto/config.rb, line 363569
def timezone=(val)
        prop_set('timezone', val)
end
update_schedule() click to toggle source
# File lib/palo_alto/config.rb, line 362908
def update_schedule
        @subclasses['update-schedule'] ||= UpdateSchedule.new(parent_instance: self, create_children: @create_children)
end
update_server() click to toggle source

PaloAlto Networks update server

# File lib/palo_alto/config.rb, line 363601
def update_server
        prop_get('update-server')
end
update_server=(val) click to toggle source

PaloAlto Networks update server

# File lib/palo_alto/config.rb, line 363605
def update_server=(val)
        prop_set('update-server', val)
end