class PaloAlto::XML::Config::Devices::Entry::LogCollectorGroup::Entry::GeneralSetting::Management

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 347880
def _section
        :'management'
end
enable_secure_inter_lc_communication() click to toggle source

Enable SSL connection using custom certificates for Inter LC communication.

# File lib/palo_alto/config.rb, line 349005
def enable_secure_inter_lc_communication
        prop_get('enable-secure-inter-lc-communication')
end
enable_secure_inter_lc_communication=(val) click to toggle source

Enable SSL connection using custom certificates for Inter LC communication.

# File lib/palo_alto/config.rb, line 349009
def enable_secure_inter_lc_communication=(val)
        prop_set('enable-secure-inter-lc-communication', val)
end
forward_to_all() click to toggle source

Forward to all collectors in the preference list

# File lib/palo_alto/config.rb, line 349021
def forward_to_all
        prop_get('forward-to-all')
end
forward_to_all=(val) click to toggle source

Forward to all collectors in the preference list

# File lib/palo_alto/config.rb, line 349025
def forward_to_all=(val)
        prop_set('forward-to-all', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 347877
def has_multiple_values?
        false
end
min_retention_period() click to toggle source

Minimum retention period in days before purging oldest logs

# File lib/palo_alto/config.rb, line 349013
def min_retention_period
        prop_get('min-retention-period')
end
min_retention_period=(val) click to toggle source

Minimum retention period in days before purging oldest logs

# File lib/palo_alto/config.rb, line 349017
def min_retention_period=(val)
        prop_set('min-retention-period', val)
end
quota_settings() click to toggle source
# File lib/palo_alto/config.rb, line 348059
def quota_settings
        @subclasses['quota-settings'] ||= QuotaSettings.new(parent_instance: self, create_children: @create_children)
end
redundancy() click to toggle source
# File lib/palo_alto/config.rb, line 348084
def redundancy
        @subclasses['redundancy'] ||= Redundancy.new(parent_instance: self, create_children: @create_children)
end
ssh() click to toggle source
# File lib/palo_alto/config.rb, line 348980
def ssh
        @subclasses['ssh'] ||= Ssh.new(parent_instance: self, create_children: @create_children)
end