class PaloAlto::XML::Config::Panorama::RedistributionCollector

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 15250
def _section
        :'redistribution-collector'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 15247
def has_multiple_values?
        false
end
setting() click to toggle source
# File lib/palo_alto/config.rb, line 15291
def setting
        @subclasses['setting'] ||= Setting.new(parent_instance: self, create_children: @create_children)
end