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

Public Instance Methods

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

Default gateway

# File lib/palo_alto/config.rb, line 347716
def default_gateway
        prop_get('default-gateway')
end
default_gateway=(val) click to toggle source

Default gateway

# File lib/palo_alto/config.rb, line 347720
def default_gateway=(val)
        prop_set('default-gateway', val)
end
dns_setting() click to toggle source
# File lib/palo_alto/config.rb, line 345159
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 347661
def domain
        prop_get('domain')
end
domain=(val) click to toggle source
# File lib/palo_alto/config.rb, line 347664
def domain=(val)
        prop_set('domain', val)
end
eth1() click to toggle source
# File lib/palo_alto/config.rb, line 345848
def eth1
        @subclasses['eth1'] ||= Eth1.new(parent_instance: self, create_children: @create_children)
end
eth2() click to toggle source
# File lib/palo_alto/config.rb, line 346121
def eth2
        @subclasses['eth2'] ||= Eth2.new(parent_instance: self, create_children: @create_children)
end
eth3() click to toggle source
# File lib/palo_alto/config.rb, line 346394
def eth3
        @subclasses['eth3'] ||= Eth3.new(parent_instance: self, create_children: @create_children)
end
eth4() click to toggle source
# File lib/palo_alto/config.rb, line 346668
def eth4
        @subclasses['eth4'] ||= Eth4.new(parent_instance: self, create_children: @create_children)
end
eth5() click to toggle source
# File lib/palo_alto/config.rb, line 346942
def eth5
        @subclasses['eth5'] ||= Eth5.new(parent_instance: self, create_children: @create_children)
end
geo_location() click to toggle source
# File lib/palo_alto/config.rb, line 345536
def geo_location
        @subclasses['geo-location'] ||= GeoLocation.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 344996
def has_multiple_values?
        false
end
hostname() click to toggle source
# File lib/palo_alto/config.rb, line 347655
def hostname
        prop_get('hostname')
end
hostname=(val) click to toggle source
# File lib/palo_alto/config.rb, line 347658
def hostname=(val)
        prop_set('hostname', val)
end
inbound_syslog_certificate() click to toggle source

server certificate for syslog

# File lib/palo_alto/config.rb, line 347684
def inbound_syslog_certificate
        prop_get('inbound-syslog-certificate')
end
inbound_syslog_certificate=(val) click to toggle source

server certificate for syslog

# File lib/palo_alto/config.rb, line 347688
def inbound_syslog_certificate=(val)
        prop_set('inbound-syslog-certificate', val)
end
ip_address() click to toggle source

IP address for the management interface

# File lib/palo_alto/config.rb, line 347692
def ip_address
        prop_get('ip-address')
end
ip_address=(val) click to toggle source

IP address for the management interface

# File lib/palo_alto/config.rb, line 347696
def ip_address=(val)
        prop_set('ip-address', val)
end
ipv6_address() click to toggle source

IPv6 address for the management interface

# File lib/palo_alto/config.rb, line 347724
def ipv6_address
        prop_get('ipv6-address')
end
ipv6_address=(val) click to toggle source

IPv6 address for the management interface

# File lib/palo_alto/config.rb, line 347728
def ipv6_address=(val)
        prop_set('ipv6-address', val)
end
ipv6_default_gateway() click to toggle source

IPv6 Default gateway

# File lib/palo_alto/config.rb, line 347732
def ipv6_default_gateway
        prop_get('ipv6-default-gateway')
end
ipv6_default_gateway=(val) click to toggle source

IPv6 Default gateway

# File lib/palo_alto/config.rb, line 347736
def ipv6_default_gateway=(val)
        prop_set('ipv6-default-gateway', val)
end
login_banner() click to toggle source
# File lib/palo_alto/config.rb, line 347649
def login_banner
        prop_get('login-banner')
end
login_banner=(val) click to toggle source
# File lib/palo_alto/config.rb, line 347652
def login_banner=(val)
        prop_set('login-banner', val)
end
mtu() click to toggle source

Maximum Transmission Unit for the management interface

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

Maximum Transmission Unit for the management interface

# File lib/palo_alto/config.rb, line 347744
def mtu=(val)
        prop_set('mtu', val)
end
netmask() click to toggle source

IP netmask for the management interface

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

IP netmask for the management interface

# File lib/palo_alto/config.rb, line 347712
def netmask=(val)
        prop_set('netmask', val)
end
ntp_servers() click to toggle source
# File lib/palo_alto/config.rb, line 345495
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 347748
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 347752
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 347756
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 347760
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 345571
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
public_ip_address() click to toggle source

Public IP address for the management interface

# File lib/palo_alto/config.rb, line 347700
def public_ip_address
        prop_get('public-ip-address')
end
public_ip_address=(val) click to toggle source

Public IP address for the management interface

# File lib/palo_alto/config.rb, line 347704
def public_ip_address=(val)
        prop_set('public-ip-address', val)
end
service() click to toggle source
# File lib/palo_alto/config.rb, line 345108
def service
        @subclasses['service'] ||= Service.new(parent_instance: self, create_children: @create_children)
end
speed_duplex() click to toggle source

Speed and duplex for the management interface

# File lib/palo_alto/config.rb, line 347668
def speed_duplex
        prop_get('speed-duplex')
end
speed_duplex=(val) click to toggle source

Speed and duplex for the management interface

# File lib/palo_alto/config.rb, line 347672
def speed_duplex=(val)
        prop_set('speed-duplex', val)
end
syslog_certificate() click to toggle source

client certificate for syslog

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

client certificate for syslog

# File lib/palo_alto/config.rb, line 347680
def syslog_certificate=(val)
        prop_set('syslog-certificate', val)
end
timezone() click to toggle source
# File lib/palo_alto/config.rb, line 347763
def timezone
        prop_get('timezone')
end
timezone=(val) click to toggle source
# File lib/palo_alto/config.rb, line 347766
def timezone=(val)
        prop_set('timezone', val)
end
type() click to toggle source
# File lib/palo_alto/config.rb, line 345035
def type
        @subclasses['type'] ||= Type.new(parent_instance: self, create_children: @create_children)
end
user_id_ssl_auth() click to toggle source
# File lib/palo_alto/config.rb, line 346970
def user_id_ssl_auth
        @subclasses['user-id-ssl-auth'] ||= UserIdSslAuth.new(parent_instance: self, create_children: @create_children)
end