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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 270068
def _section
        :'chassis-log-expiration-period'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 270065
def has_multiple_values?
        false
end
log_card() click to toggle source
# File lib/palo_alto/config.rb, line 270604
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 270735
def mgmt_card
        @subclasses['mgmt-card'] ||= MgmtCard.new(parent_instance: self, create_children: @create_children)
end