class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::Setting::Management::QuotaSettings::ChassisQuota

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 269404
def _section
        :'chassis-quota'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 269401
def has_multiple_values?
        false
end
log_card() click to toggle source
# File lib/palo_alto/config.rb, line 269933
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 270056
def mgmt_card
        @subclasses['mgmt-card'] ||= MgmtCard.new(parent_instance: self, create_children: @create_children)
end