class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::Setting::Management::QuotaSettings::ChassisQuota
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 162893 def _section :'chassis-quota' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 162890 def has_multiple_values? false end
log_card()
click to toggle source
# File lib/palo_alto/config.rb, line 163422 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 163545 def mgmt_card @subclasses['mgmt-card'] ||= MgmtCard.new(parent_instance: self, create_children: @create_children) end