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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 269125
def _section
        :'management'
end
admin_lockout() click to toggle source
# File lib/palo_alto/config.rb, line 272455
def admin_lockout
        @subclasses['admin-lockout'] ||= AdminLockout.new(parent_instance: self, create_children: @create_children)
end
admin_session() click to toggle source
# File lib/palo_alto/config.rb, line 272536
def admin_session
        @subclasses['admin-session'] ||= AdminSession.new(parent_instance: self, create_children: @create_children)
end
api() click to toggle source
# File lib/palo_alto/config.rb, line 272378
def api
        @subclasses['api'] ||= Api.new(parent_instance: self, create_children: @create_children)
end
appusage_lifetime() click to toggle source

application usage data storage time in days

# File lib/palo_alto/config.rb, line 273548
def appusage_lifetime
        prop_get('appusage-lifetime')
end
appusage_lifetime=(val) click to toggle source

application usage data storage time in days

# File lib/palo_alto/config.rb, line 273552
def appusage_lifetime=(val)
        prop_set('appusage-lifetime', val)
end
appusage_policy() click to toggle source

Enable/Disable Policy Application usage feature

# File lib/palo_alto/config.rb, line 273676
def appusage_policy
        prop_get('appusage-policy')
end
appusage_policy=(val) click to toggle source

Enable/Disable Policy Application usage feature

# File lib/palo_alto/config.rb, line 273680
def appusage_policy=(val)
        prop_set('appusage-policy', val)
end
auto_acquire_commit_lock() click to toggle source

Automatically add a commit lock when modifying configuration

# File lib/palo_alto/config.rb, line 273596
def auto_acquire_commit_lock
        prop_get('auto-acquire-commit-lock')
end
auto_acquire_commit_lock=(val) click to toggle source

Automatically add a commit lock when modifying configuration

# File lib/palo_alto/config.rb, line 273600
def auto_acquire_commit_lock=(val)
        prop_set('auto-acquire-commit-lock', val)
end
browse_activity_report_setting() click to toggle source
# File lib/palo_alto/config.rb, line 272579
def browse_activity_report_setting
        @subclasses['browse-activity-report-setting'] ||= BrowseActivityReportSetting.new(parent_instance: self, create_children: @create_children)
end
canonicalize_block_allow_list() click to toggle source

Enable/Disable canonicalization before matching url to block/allow list

# File lib/palo_alto/config.rb, line 273684
def canonicalize_block_allow_list
        prop_get('canonicalize-block-allow-list')
end
canonicalize_block_allow_list=(val) click to toggle source

Enable/Disable canonicalization before matching url to block/allow list

# File lib/palo_alto/config.rb, line 273688
def canonicalize_block_allow_list=(val)
        prop_set('canonicalize-block-allow-list', val)
end
commit_recovery_retry() click to toggle source

Set number of attempts allowed for checking connectivity

# File lib/palo_alto/config.rb, line 273612
def commit_recovery_retry
        prop_get('commit-recovery-retry')
end
commit_recovery_retry=(val) click to toggle source

Set number of attempts allowed for checking connectivity

# File lib/palo_alto/config.rb, line 273616
def commit_recovery_retry=(val)
        prop_set('commit-recovery-retry', val)
end
commit_recovery_timeout() click to toggle source

Set a timeout interval between retries

# File lib/palo_alto/config.rb, line 273620
def commit_recovery_timeout
        prop_get('commit-recovery-timeout')
end
commit_recovery_timeout=(val) click to toggle source

Set a timeout interval between retries

# File lib/palo_alto/config.rb, line 273624
def commit_recovery_timeout=(val)
        prop_set('commit-recovery-timeout', val)
end
common_criteria() click to toggle source
# File lib/palo_alto/config.rb, line 272339
def common_criteria
        @subclasses['common-criteria'] ||= CommonCriteria.new(parent_instance: self, create_children: @create_children)
end
common_criteria_alarm_generation() click to toggle source
# File lib/palo_alto/config.rb, line 273009
def common_criteria_alarm_generation
        @subclasses['common-criteria-alarm-generation'] ||= CommonCriteriaAlarmGeneration.new(parent_instance: self, create_children: @create_children)
end
device_monitoring() click to toggle source
# File lib/palo_alto/config.rb, line 272604
def device_monitoring
        @subclasses['device-monitoring'] ||= DeviceMonitoring.new(parent_instance: self, create_children: @create_children)
end
disable_commit_recovery() click to toggle source

Disable automated commit recovery feature

# File lib/palo_alto/config.rb, line 273604
def disable_commit_recovery
        prop_get('disable-commit-recovery')
end
disable_commit_recovery=(val) click to toggle source

Disable automated commit recovery feature

# File lib/palo_alto/config.rb, line 273608
def disable_commit_recovery=(val)
        prop_set('disable-commit-recovery', val)
end
disable_predefined_correlation_objs() click to toggle source
# File lib/palo_alto/config.rb, line 272100
def disable_predefined_correlation_objs
        if @create_children
                @subclasses['disable-predefined-correlation-objs'] ||= DisablePredefinedCorrelationObjs.new(parent_instance: self, create_children: @create_children)
        else
                DisablePredefinedCorrelationObjs.new(parent_instance: self)
        end
end
disable_predefined_reports() click to toggle source
# File lib/palo_alto/config.rb, line 272071
def disable_predefined_reports
        if @create_children
                @subclasses['disable-predefined-reports'] ||= DisablePredefinedReports.new(parent_instance: self, create_children: @create_children)
        else
                DisablePredefinedReports.new(parent_instance: self)
        end
end
enable_certificate_expiration_check() click to toggle source

Check for expired certificates and stop using them

# File lib/palo_alto/config.rb, line 273716
def enable_certificate_expiration_check
        prop_get('enable-certificate-expiration-check')
end
enable_certificate_expiration_check=(val) click to toggle source

Check for expired certificates and stop using them

# File lib/palo_alto/config.rb, line 273720
def enable_certificate_expiration_check=(val)
        prop_set('enable-certificate-expiration-check', val)
end
enable_high_speed_log_forwarding() click to toggle source

Enable higher forwarding speeds when logs are being forwarding

# File lib/palo_alto/config.rb, line 273692
def enable_high_speed_log_forwarding
        prop_get('enable-high-speed-log-forwarding')
end
enable_high_speed_log_forwarding=(val) click to toggle source

Enable higher forwarding speeds when logs are being forwarding

# File lib/palo_alto/config.rb, line 273696
def enable_high_speed_log_forwarding=(val)
        prop_set('enable-high-speed-log-forwarding', val)
end
enable_log_high_dp_load() click to toggle source

Issue a progressive system log if one or more dataplane CPUs are under severe load

# File lib/palo_alto/config.rb, line 273708
def enable_log_high_dp_load
        prop_get('enable-log-high-dp-load')
end
enable_log_high_dp_load=(val) click to toggle source

Issue a progressive system log if one or more dataplane CPUs are under severe load

# File lib/palo_alto/config.rb, line 273712
def enable_log_high_dp_load=(val)
        prop_set('enable-log-high-dp-load', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 269122
def has_multiple_values?
        false
end
hostname_type_in_syslog() click to toggle source

Choose type to send in hostname field in syslog header

# File lib/palo_alto/config.rb, line 273556
def hostname_type_in_syslog
        prop_get('hostname-type-in-syslog')
end
hostname_type_in_syslog=(val) click to toggle source

Choose type to send in hostname field in syslog header

# File lib/palo_alto/config.rb, line 273560
def hostname_type_in_syslog=(val)
        prop_set('hostname-type-in-syslog', val)
end
idle_timeout() click to toggle source

default administrative session idle timeout in minutes

# File lib/palo_alto/config.rb, line 273540
def idle_timeout
        prop_get('idle-timeout')
end
idle_timeout=(val) click to toggle source

default administrative session idle timeout in minutes

# File lib/palo_alto/config.rb, line 273544
def idle_timeout=(val)
        prop_set('idle-timeout', val)
end
initcfg() click to toggle source
# File lib/palo_alto/config.rb, line 273329
def initcfg
        @subclasses['initcfg'] ||= Initcfg.new(parent_instance: self, create_children: @create_children)
end
max_audit_versions() click to toggle source

maximum number of audited versions of config to preserve

# File lib/palo_alto/config.rb, line 273740
def max_audit_versions
        prop_get('max-audit-versions')
end
max_audit_versions=(val) click to toggle source

maximum number of audited versions of config to preserve

# File lib/palo_alto/config.rb, line 273744
def max_audit_versions=(val)
        prop_set('max-audit-versions', val)
end
max_rows_in_csv_export() click to toggle source

maximum number of rows in exported csv files

# File lib/palo_alto/config.rb, line 273724
def max_rows_in_csv_export
        prop_get('max-rows-in-csv-export')
end
max_rows_in_csv_export=(val) click to toggle source

maximum number of rows in exported csv files

# File lib/palo_alto/config.rb, line 273728
def max_rows_in_csv_export=(val)
        prop_set('max-rows-in-csv-export', val)
end
max_rows_in_pdf_report() click to toggle source

maximum number of rows in user activity report

# File lib/palo_alto/config.rb, line 273732
def max_rows_in_pdf_report
        prop_get('max-rows-in-pdf-report')
end
max_rows_in_pdf_report=(val) click to toggle source

maximum number of rows in user activity report

# File lib/palo_alto/config.rb, line 273736
def max_rows_in_pdf_report=(val)
        prop_set('max-rows-in-pdf-report', val)
end
panorama_ssl_send_retries() click to toggle source

Retry count for SSL sends to Panorama

# File lib/palo_alto/config.rb, line 273764
def panorama_ssl_send_retries
        prop_get('panorama-ssl-send-retries')
end
panorama_ssl_send_retries=(val) click to toggle source

Retry count for SSL sends to Panorama

# File lib/palo_alto/config.rb, line 273768
def panorama_ssl_send_retries=(val)
        prop_set('panorama-ssl-send-retries', val)
end
panorama_tcp_receive_timeout() click to toggle source

Receive timeout for TCP connection to Panorama

# File lib/palo_alto/config.rb, line 273748
def panorama_tcp_receive_timeout
        prop_get('panorama-tcp-receive-timeout')
end
panorama_tcp_receive_timeout=(val) click to toggle source

Receive timeout for TCP connection to Panorama

# File lib/palo_alto/config.rb, line 273752
def panorama_tcp_receive_timeout=(val)
        prop_set('panorama-tcp-receive-timeout', val)
end
panorama_tcp_send_timeout() click to toggle source

Send timeout for TCP connection to Panorama

# File lib/palo_alto/config.rb, line 273756
def panorama_tcp_send_timeout
        prop_get('panorama-tcp-send-timeout')
end
panorama_tcp_send_timeout=(val) click to toggle source

Send timeout for TCP connection to Panorama

# File lib/palo_alto/config.rb, line 273760
def panorama_tcp_send_timeout=(val)
        prop_set('panorama-tcp-send-timeout', val)
end
quota_settings() click to toggle source
# File lib/palo_alto/config.rb, line 272044
def quota_settings
        @subclasses['quota-settings'] ||= QuotaSettings.new(parent_instance: self, create_children: @create_children)
end
report_expiration_period() click to toggle source

Expiration-period for reports (in days)

# File lib/palo_alto/config.rb, line 273572
def report_expiration_period
        prop_get('report-expiration-period')
end
report_expiration_period=(val) click to toggle source

Expiration-period for reports (in days)

# File lib/palo_alto/config.rb, line 273576
def report_expiration_period=(val)
        prop_set('report-expiration-period', val)
end
report_run_time() click to toggle source

Time of day to run the scheduled reports hh:mm (e.g. 23:00)

# File lib/palo_alto/config.rb, line 273564
def report_run_time
        prop_get('report-run-time')
end
report_run_time=(val) click to toggle source

Time of day to run the scheduled reports hh:mm (e.g. 23:00)

# File lib/palo_alto/config.rb, line 273568
def report_run_time=(val)
        prop_set('report-run-time', val)
end
rule_audit_comment_regex() click to toggle source

Audit Comment Regular Expression

# File lib/palo_alto/config.rb, line 273668
def rule_audit_comment_regex
        prop_get('rule-audit-comment-regex')
end
rule_audit_comment_regex=(val) click to toggle source

Audit Comment Regular Expression

# File lib/palo_alto/config.rb, line 273672
def rule_audit_comment_regex=(val)
        prop_set('rule-audit-comment-regex', val)
end
rule_fail_commit() click to toggle source

Fail commit if policies have no tag/description

# File lib/palo_alto/config.rb, line 273652
def rule_fail_commit
        prop_get('rule-fail-commit')
end
rule_fail_commit=(val) click to toggle source

Fail commit if policies have no tag/description

# File lib/palo_alto/config.rb, line 273656
def rule_fail_commit=(val)
        prop_set('rule-fail-commit', val)
end
rule_hit_count() click to toggle source

Enable/Disable Policy rule hit-count feature

# File lib/palo_alto/config.rb, line 273628
def rule_hit_count
        prop_get('rule-hit-count')
end
rule_hit_count=(val) click to toggle source

Enable/Disable Policy rule hit-count feature

# File lib/palo_alto/config.rb, line 273632
def rule_hit_count=(val)
        prop_set('rule-hit-count', val)
end
rule_require_audit_comment() click to toggle source

Require audit comment on policies

# File lib/palo_alto/config.rb, line 273660
def rule_require_audit_comment
        prop_get('rule-require-audit-comment')
end
rule_require_audit_comment=(val) click to toggle source

Require audit comment on policies

# File lib/palo_alto/config.rb, line 273664
def rule_require_audit_comment=(val)
        prop_set('rule-require-audit-comment', val)
end
rule_require_description() click to toggle source

Require description on policies

# File lib/palo_alto/config.rb, line 273644
def rule_require_description
        prop_get('rule-require-description')
end
rule_require_description=(val) click to toggle source

Require description on policies

# File lib/palo_alto/config.rb, line 273648
def rule_require_description=(val)
        prop_set('rule-require-description', val)
end
rule_require_tag() click to toggle source

Require Tag on policies

# File lib/palo_alto/config.rb, line 273636
def rule_require_tag
        prop_get('rule-require-tag')
end
rule_require_tag=(val) click to toggle source

Require Tag on policies

# File lib/palo_alto/config.rb, line 273640
def rule_require_tag=(val)
        prop_set('rule-require-tag', val)
end
secure_conn_client() click to toggle source
# File lib/palo_alto/config.rb, line 269332
def secure_conn_client
        @subclasses['secure-conn-client'] ||= SecureConnClient.new(parent_instance: self, create_children: @create_children)
end
secure_conn_server() click to toggle source
# File lib/palo_alto/config.rb, line 269390
def secure_conn_server
        @subclasses['secure-conn-server'] ||= SecureConnServer.new(parent_instance: self, create_children: @create_children)
end
support_utf8_for_log_output() click to toggle source

Support output log in UTF-8

# File lib/palo_alto/config.rb, line 273588
def support_utf8_for_log_output
        prop_get('support-utf8-for-log-output')
end
support_utf8_for_log_output=(val) click to toggle source

Support output log in UTF-8

# File lib/palo_alto/config.rb, line 273592
def support_utf8_for_log_output=(val)
        prop_set('support-utf8-for-log-output', val)
end
threat_vault_access() click to toggle source

Turn threat-vault access on or off

# File lib/palo_alto/config.rb, line 273580
def threat_vault_access
        prop_get('threat-vault-access')
end
threat_vault_access=(val) click to toggle source

Turn threat-vault access on or off

# File lib/palo_alto/config.rb, line 273584
def threat_vault_access=(val)
        prop_set('threat-vault-access', val)
end
traffic_stop_on_logdb_full() click to toggle source

Stop traffic if logdb is full with unexported logs

# File lib/palo_alto/config.rb, line 273700
def traffic_stop_on_logdb_full
        prop_get('traffic-stop-on-logdb-full')
end
traffic_stop_on_logdb_full=(val) click to toggle source

Stop traffic if logdb is full with unexported logs

# File lib/palo_alto/config.rb, line 273704
def traffic_stop_on_logdb_full=(val)
        prop_set('traffic-stop-on-logdb-full', val)
end