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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 166197
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 166350
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 166354
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 166382
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 166386
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 166334
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 166338
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 166414
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 166418
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 166406
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 166410
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 166390
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 166394
def gtp=(val)
        prop_set('gtp', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 166194
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 166358
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 166362
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 166374
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 166378
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 166398
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 166402
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 166342
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 166346
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 166326
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 166330
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 166318
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 166322
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 166366
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 166370
def userid=(val)
        prop_set('userid', val)
end