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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 347887
def _section
        :'quota-settings'
end
disk_quota() click to toggle source
# File lib/palo_alto/config.rb, line 347968
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 347884
def has_multiple_values?
        false
end
log_expiration_period() click to toggle source
# File lib/palo_alto/config.rb, line 348054
def log_expiration_period
        @subclasses['log-expiration-period'] ||= LogExpirationPeriod.new(parent_instance: self, create_children: @create_children)
end