class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::RedistProfileIpv6::Entry::Filter::Bgp
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 302356 def _section :'bgp' end
community()
click to toggle source
# File lib/palo_alto/config.rb, line 302396 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 302428 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 302353 def has_multiple_values? false end