class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::Setting::Management::QuotaSettings::ChassisLogExpirationPeriod
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 163557 def _section :'chassis-log-expiration-period' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 163554 def has_multiple_values? false end
log_card()
click to toggle source
# File lib/palo_alto/config.rb, line 164093 def log_card @subclasses['log-card'] ||= LogCard.new(parent_instance: self, create_children: @create_children) end
mgmt_card()
click to toggle source
# File lib/palo_alto/config.rb, line 164224 def mgmt_card @subclasses['mgmt-card'] ||= MgmtCard.new(parent_instance: self, create_children: @create_children) end