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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 165600
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 165772
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 165776
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 165820
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 165824
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 165812
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 165816
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 165780
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 165784
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 165804
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 165808
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 165597
def has_multiple_values?
        false
end
self_test_schedule() click to toggle source
# File lib/palo_alto/config.rb, line 165726
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 165796
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 165800
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 165788
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 165792
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 165624
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