class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::RedistProfile::Entry::Filter::Bgp

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 301958
def _section
        :'bgp'
end
community() click to toggle source
# File lib/palo_alto/config.rb, line 301998
def community
        if @create_children
                @subclasses['community'] ||= Community.new(parent_instance: self, create_children: @create_children)
        else
                Community.new(parent_instance: self)
        end
end
extended_community() click to toggle source
# File lib/palo_alto/config.rb, line 302030
def extended_community
        if @create_children
                @subclasses['extended-community'] ||= ExtendedCommunity.new(parent_instance: self, create_children: @create_children)
        else
                ExtendedCommunity.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 301955
def has_multiple_values?
        false
end