class PaloAlto::XML::Config::Devices::Entry::LogCollector::Entry::Deviceconfig::System
Public Instance Methods
# File lib/palo_alto/config.rb, line 344999 def _section :'system' end
Default gateway
# File lib/palo_alto/config.rb, line 347716 def default_gateway prop_get('default-gateway') end
Default gateway
# File lib/palo_alto/config.rb, line 347720 def default_gateway=(val) prop_set('default-gateway', val) end
# File lib/palo_alto/config.rb, line 345159 def dns_setting @subclasses['dns-setting'] ||= DnsSetting.new(parent_instance: self, create_children: @create_children) end
# File lib/palo_alto/config.rb, line 347661 def domain prop_get('domain') end
# File lib/palo_alto/config.rb, line 347664 def domain=(val) prop_set('domain', val) end
# File lib/palo_alto/config.rb, line 345848 def eth1 @subclasses['eth1'] ||= Eth1.new(parent_instance: self, create_children: @create_children) end
# File lib/palo_alto/config.rb, line 346121 def eth2 @subclasses['eth2'] ||= Eth2.new(parent_instance: self, create_children: @create_children) end
# File lib/palo_alto/config.rb, line 346394 def eth3 @subclasses['eth3'] ||= Eth3.new(parent_instance: self, create_children: @create_children) end
# File lib/palo_alto/config.rb, line 346668 def eth4 @subclasses['eth4'] ||= Eth4.new(parent_instance: self, create_children: @create_children) end
# File lib/palo_alto/config.rb, line 346942 def eth5 @subclasses['eth5'] ||= Eth5.new(parent_instance: self, create_children: @create_children) end
# File lib/palo_alto/config.rb, line 345536 def geo_location @subclasses['geo-location'] ||= GeoLocation.new(parent_instance: self, create_children: @create_children) end
# File lib/palo_alto/config.rb, line 344996 def has_multiple_values? false end
# File lib/palo_alto/config.rb, line 347655 def hostname prop_get('hostname') end
# File lib/palo_alto/config.rb, line 347658 def hostname=(val) prop_set('hostname', val) end
server certificate for syslog
# File lib/palo_alto/config.rb, line 347684 def inbound_syslog_certificate prop_get('inbound-syslog-certificate') end
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 for the management interface
# File lib/palo_alto/config.rb, line 347692 def ip_address prop_get('ip-address') end
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 for the management interface
# File lib/palo_alto/config.rb, line 347724 def ipv6_address prop_get('ipv6-address') end
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
# File lib/palo_alto/config.rb, line 347732 def ipv6_default_gateway prop_get('ipv6-default-gateway') end
IPv6 Default gateway
# File lib/palo_alto/config.rb, line 347736 def ipv6_default_gateway=(val) prop_set('ipv6-default-gateway', val) end
Maximum Transmission Unit for the management interface
# File lib/palo_alto/config.rb, line 347740 def mtu prop_get('mtu') end
Maximum Transmission Unit for the management interface
# File lib/palo_alto/config.rb, line 347744 def mtu=(val) prop_set('mtu', val) end
IP netmask for the management interface
# File lib/palo_alto/config.rb, line 347708 def netmask prop_get('netmask') end
IP netmask for the management interface
# File lib/palo_alto/config.rb, line 347712 def netmask=(val) prop_set('netmask', val) end
# 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 (IP address or FQDN)
# File lib/palo_alto/config.rb, line 347748 def panorama_server prop_get('panorama-server') end
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 (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 (IP address or FQDN)
# File lib/palo_alto/config.rb, line 347760 def panorama_server_2=(val) prop_set('panorama-server-2', val) end
# 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 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 for the management interface
# File lib/palo_alto/config.rb, line 347704 def public_ip_address=(val) prop_set('public-ip-address', val) end
# File lib/palo_alto/config.rb, line 345108 def service @subclasses['service'] ||= Service.new(parent_instance: self, create_children: @create_children) end
Speed and duplex for the management interface
# File lib/palo_alto/config.rb, line 347668 def speed_duplex prop_get('speed-duplex') end
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
client certificate for syslog
# File lib/palo_alto/config.rb, line 347676 def syslog_certificate prop_get('syslog-certificate') end
client certificate for syslog
# File lib/palo_alto/config.rb, line 347680 def syslog_certificate=(val) prop_set('syslog-certificate', val) end
# File lib/palo_alto/config.rb, line 347763 def timezone prop_get('timezone') end
# File lib/palo_alto/config.rb, line 347766 def timezone=(val) prop_set('timezone', val) end
# File lib/palo_alto/config.rb, line 345035 def type @subclasses['type'] ||= Type.new(parent_instance: self, create_children: @create_children) end
# 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