class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::Setting::Management::QuotaSettings
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 84103 def _section :'quota-settings' end
disk_quota()
click to toggle source
# File lib/palo_alto/config.rb, line 84756 def disk_quota @subclasses['disk-quota'] ||= DiskQuota.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 84100 def has_multiple_values? false end
log_expiration_period()
click to toggle source
# File lib/palo_alto/config.rb, line 85420 def log_expiration_period @subclasses['log-expiration-period'] ||= LogExpirationPeriod.new(parent_instance: self, create_children: @create_children) end