class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::LogicalRouter::Entry::Vrf::Entry::Bgp::AddressFamilyIdentifier::Ipv4
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 206040 def _section :'ipv4' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 206037 def has_multiple_values? false end
network()
click to toggle source
# File lib/palo_alto/config.rb, line 206090 def network if @create_children @subclasses['network'] ||= Network.new(parent_instance: self, create_children: @create_children) else Network.new(parent_instance: self) end end