class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::RedistProfileIpv6::Entry::Filter
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 302145 def _section :'filter' end
bgp()
click to toggle source
# File lib/palo_alto/config.rb, line 302437 def bgp @subclasses['bgp'] ||= Bgp.new(parent_instance: self, create_children: @create_children) end
destination()
click to toggle source
# File lib/palo_alto/config.rb, line 302226 def destination if @create_children @subclasses['destination'] ||= Destination.new(parent_instance: self, create_children: @create_children) else Destination.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 302142 def has_multiple_values? false end
interface()
click to toggle source
# File lib/palo_alto/config.rb, line 302197 def interface if @create_children @subclasses['interface'] ||= Interface.new(parent_instance: self, create_children: @create_children) else Interface.new(parent_instance: self) end end
nexthop()
click to toggle source
# File lib/palo_alto/config.rb, line 302255 def nexthop if @create_children @subclasses['nexthop'] ||= Nexthop.new(parent_instance: self, create_children: @create_children) else Nexthop.new(parent_instance: self) end end
ospfv3()
click to toggle source
# File lib/palo_alto/config.rb, line 302349 def ospfv3 @subclasses['ospfv3'] ||= Ospfv3.new(parent_instance: self, create_children: @create_children) end
type()
click to toggle source
# File lib/palo_alto/config.rb, line 302171 def type if @create_children @subclasses['type'] ||= Type.new(parent_instance: self, create_children: @create_children) else Type.new(parent_instance: self) end end