class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::Setting::Management::QuotaSettings::DiskQuota

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 164892
def _section
        :'disk-quota'
end
alarm() click to toggle source

alarm logs quota percentage

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

alarm logs quota percentage

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

application packet capture quota percentage

# File lib/palo_alto/config.rb, line 165504
def application_pcaps
        prop_get('application-pcaps')
end
application_pcaps=(val) click to toggle source

application packet capture quota percentage

# File lib/palo_alto/config.rb, line 165508
def application_pcaps=(val)
        prop_set('application-pcaps', val)
end
appstat() click to toggle source

application statistics quota percentage

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

application statistics quota percentage

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

Authentication logs quota percentage

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

Authentication logs quota percentage

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

configuration logs quota percentage

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

configuration logs quota percentage

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

Daily decryption summary quota percentage

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

Daily decryption summary quota percentage

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

Daily Tunnel and GTP summary quota percentage

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

Daily Tunnel and GTP summary quota percentage

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

Daily SCTP summary quota percentage

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

Daily SCTP summary quota percentage

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

Daily threat summary quota percentage

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

Daily threat summary quota percentage

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

Daily traffic summary quota percentage

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

Daily traffic summary quota percentage

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

Daily url summary quota percentage

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

Daily url summary quota percentage

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

debug filter packet capture quota percentage

# File lib/palo_alto/config.rb, line 165512
def debug_filter_pcaps
        prop_get('debug-filter-pcaps')
end
debug_filter_pcaps=(val) click to toggle source

debug filter packet capture quota percentage

# File lib/palo_alto/config.rb, line 165516
def debug_filter_pcaps=(val)
        prop_set('debug-filter-pcaps', val)
end
decryption() click to toggle source

decryption logs quota percentage

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

decryption logs quota percentage

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

decryption summary quota percentage

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

decryption summary quota percentage

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

DLP log data quota percentage

# File lib/palo_alto/config.rb, line 165496
def dlp_logs
        prop_get('dlp-logs')
end
dlp_logs=(val) click to toggle source

DLP log data quota percentage

# File lib/palo_alto/config.rb, line 165500
def dlp_logs=(val)
        prop_set('dlp-logs', val)
end
globalprotect() click to toggle source

globalprotect logs quota percentage

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

globalprotect logs quota percentage

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

Tunnel and GTP logs quota percentage

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

Tunnel and GTP logs quota percentage

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

Tunnel and GTP summary quota percentage

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

Tunnel and GTP summary quota percentage

# File lib/palo_alto/config.rb, line 165380
def gtpsum=(val)
        prop_set('gtpsum', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 164889
def has_multiple_values?
        false
end
hip_reports() click to toggle source

host information profile quota percentage

# File lib/palo_alto/config.rb, line 165520
def hip_reports
        prop_get('hip-reports')
end
hip_reports=(val) click to toggle source

host information profile quota percentage

# File lib/palo_alto/config.rb, line 165524
def hip_reports=(val)
        prop_set('hip-reports', val)
end
hipmatch() click to toggle source

Hip match quota percentage

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

Hip match quota percentage

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

Hourly decryption summary quota percentage

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

Hourly decryption summary quota percentage

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

Hourly Tunnel and GTP summary quota percentage

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

Hourly Tunnel and GTP summary quota percentage

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

Hourly SCTP summary quota percentage

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

Hourly SCTP summary quota percentage

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

Hourly threat summary quota percentage

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

Hourly threat summary quota percentage

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

Hourly traffic summary quota percentage

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

Hourly traffic summary quota percentage

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

Hourly url summary quota percentage

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

Hourly url summary quota percentage

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

IP Tag logs quota percentage

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

IP Tag logs quota percentage

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

SCTP logs quota percentage

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

SCTP logs quota percentage

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

SCTP summary quota percentage

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

SCTP summary quota percentage

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

system logs quota percentage

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

system logs quota percentage

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

threat logs quota percentage

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

threat logs quota percentage

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

threat packet capture quota percentage

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

threat packet capture quota percentage

# File lib/palo_alto/config.rb, line 165364
def threat_pcaps=(val)
        prop_set('threat-pcaps', val)
end
thsum() click to toggle source

threat summary quota percentage

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

threat summary quota percentage

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

traffic logs quota percentage

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

traffic logs quota percentage

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

traffic summary quota percentage

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

traffic summary quota percentage

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

url summary quota percentage

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

url summary quota percentage

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

User ID logs quota percentage

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

User ID logs quota percentage

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

Weekly decryption summary quota percentage

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

Weekly decryption summary quota percentage

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

Weekly Tunnel and GTP summary quota percentage

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

Weekly Tunnel and GTP summary quota percentage

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

Weekly SCTP summary quota percentage

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

Weekly SCTP summary quota percentage

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

Weekly threat summary quota percentage

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

Weekly threat summary quota percentage

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

Weekly traffic summary quota percentage

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

Weekly traffic summary quota percentage

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

Weekly url summary quota percentage

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

Weekly url summary quota percentage

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