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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 272708
def _section
        :'log-databases-alarm-threshold'
end
alarm() click to toggle source

alarm logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272861
def alarm
        prop_get('alarm')
end
alarm=(val) click to toggle source

alarm logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272865
def alarm=(val)
        prop_set('alarm', val)
end
auth() click to toggle source

authentication logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272893
def auth
        prop_get('auth')
end
auth=(val) click to toggle source

authentication logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272897
def auth=(val)
        prop_set('auth', val)
end
config() click to toggle source

configuration logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272845
def config
        prop_get('config')
end
config=(val) click to toggle source

configuration logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272849
def config=(val)
        prop_set('config', val)
end
decryption() click to toggle source

decryption logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272925
def decryption
        prop_get('decryption')
end
decryption=(val) click to toggle source

decryption logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272929
def decryption=(val)
        prop_set('decryption', val)
end
globalprotect() click to toggle source

Globalprotect logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272917
def globalprotect
        prop_get('globalprotect')
end
globalprotect=(val) click to toggle source

Globalprotect logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272921
def globalprotect=(val)
        prop_set('globalprotect', val)
end
gtp() click to toggle source

tunnel and gtp logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272901
def gtp
        prop_get('gtp')
end
gtp=(val) click to toggle source

tunnel and gtp logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272905
def gtp=(val)
        prop_set('gtp', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 272705
def has_multiple_values?
        false
end
hipmatch() click to toggle source

hipmatch logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272869
def hipmatch
        prop_get('hipmatch')
end
hipmatch=(val) click to toggle source

hipmatch logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272873
def hipmatch=(val)
        prop_set('hipmatch', val)
end
iptag() click to toggle source

IP-TAG logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272885
def iptag
        prop_get('iptag')
end
iptag=(val) click to toggle source

IP-TAG logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272889
def iptag=(val)
        prop_set('iptag', val)
end
sctp() click to toggle source

SCTP logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272909
def sctp
        prop_get('sctp')
end
sctp=(val) click to toggle source

SCTP logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272913
def sctp=(val)
        prop_set('sctp', val)
end
system() click to toggle source

system logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272853
def system
        prop_get('system')
end
system=(val) click to toggle source

system logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272857
def system=(val)
        prop_set('system', val)
end
threat() click to toggle source

threat logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272837
def threat
        prop_get('threat')
end
threat=(val) click to toggle source

threat logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272841
def threat=(val)
        prop_set('threat', val)
end
traffic() click to toggle source

traffic logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272829
def traffic
        prop_get('traffic')
end
traffic=(val) click to toggle source

traffic logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272833
def traffic=(val)
        prop_set('traffic', val)
end
userid() click to toggle source

User-ID logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272877
def userid
        prop_get('userid')
end
userid=(val) click to toggle source

User-ID logs database % full threshold value for alarm generation

# File lib/palo_alto/config.rb, line 272881
def userid=(val)
        prop_set('userid', val)
end