class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::Setting::Management::CommonCriteria

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 272111
def _section
        :'common-criteria'
end
enable_cconly_logs() click to toggle source

Enable logging of Common-Criteria only logs

# File lib/palo_alto/config.rb, line 272283
def enable_cconly_logs
        prop_get('enable-cconly-logs')
end
enable_cconly_logs=(val) click to toggle source

Enable logging of Common-Criteria only logs

# File lib/palo_alto/config.rb, line 272287
def enable_cconly_logs=(val)
        prop_set('enable-cconly-logs', val)
end
enable_ike_logging() click to toggle source

Enable IKE session Logging

# File lib/palo_alto/config.rb, line 272331
def enable_ike_logging
        prop_get('enable-ike-logging')
end
enable_ike_logging=(val) click to toggle source

Enable IKE session Logging

# File lib/palo_alto/config.rb, line 272335
def enable_ike_logging=(val)
        prop_set('enable-ike-logging', val)
end
enable_ocsp_crl_logs() click to toggle source

Enable CA (OCSP/CRL) Session Establishment Logging

# File lib/palo_alto/config.rb, line 272323
def enable_ocsp_crl_logs
        prop_get('enable-ocsp-crl-logs')
end
enable_ocsp_crl_logs=(val) click to toggle source

Enable CA (OCSP/CRL) Session Establishment Logging

# File lib/palo_alto/config.rb, line 272327
def enable_ocsp_crl_logs=(val)
        prop_set('enable-ocsp-crl-logs', val)
end
enable_packet_drop_logs() click to toggle source

Enable logging of dropped packets

# File lib/palo_alto/config.rb, line 272291
def enable_packet_drop_logs
        prop_get('enable-packet-drop-logs')
end
enable_packet_drop_logs=(val) click to toggle source

Enable logging of dropped packets

# File lib/palo_alto/config.rb, line 272295
def enable_packet_drop_logs=(val)
        prop_set('enable-packet-drop-logs', val)
end
enable_tls_session_logging() click to toggle source

Enable logging TLS sessions

# File lib/palo_alto/config.rb, line 272315
def enable_tls_session_logging
        prop_get('enable-tls-session-logging')
end
enable_tls_session_logging=(val) click to toggle source

Enable logging TLS sessions

# File lib/palo_alto/config.rb, line 272319
def enable_tls_session_logging=(val)
        prop_set('enable-tls-session-logging', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 272108
def has_multiple_values?
        false
end
self_test_schedule() click to toggle source
# File lib/palo_alto/config.rb, line 272237
def self_test_schedule
        @subclasses['self-test-schedule'] ||= SelfTestSchedule.new(parent_instance: self, create_children: @create_children)
end
skip_authentication_failure_logs() click to toggle source

Do not log unsuccessful authentication attempts

# File lib/palo_alto/config.rb, line 272307
def skip_authentication_failure_logs
        prop_get('skip-authentication-failure-logs')
end
skip_authentication_failure_logs=(val) click to toggle source

Do not log unsuccessful authentication attempts

# File lib/palo_alto/config.rb, line 272311
def skip_authentication_failure_logs=(val)
        prop_set('skip-authentication-failure-logs', val)
end
skip_authentication_success_logs() click to toggle source

Do not log successful authentication

# File lib/palo_alto/config.rb, line 272299
def skip_authentication_success_logs
        prop_get('skip-authentication-success-logs')
end
skip_authentication_success_logs=(val) click to toggle source

Do not log successful authentication

# File lib/palo_alto/config.rb, line 272303
def skip_authentication_success_logs=(val)
        prop_set('skip-authentication-success-logs', val)
end
skip_configuration_logs_for() click to toggle source
# File lib/palo_alto/config.rb, line 272135
def skip_configuration_logs_for
        if @create_children
                @subclasses['skip-configuration-logs-for'] ||= SkipConfigurationLogsFor.new(parent_instance: self, create_children: @create_children)
        else
                SkipConfigurationLogsFor.new(parent_instance: self)
        end
end