class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::LogicalRouter::Entry::Vrf::Entry::Bgp::PeerGroup::Entry::Peer::Entry::AddressFamily
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 205625 def _section :'address-family' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 205622 def has_multiple_values? false end
inherit()
click to toggle source
Inherit AFI/SAFI config from peer-group
# File lib/palo_alto/config.rb, line 205691 def inherit prop_get('inherit') end
inherit=(val)
click to toggle source
Inherit AFI/SAFI config from peer-group
# File lib/palo_alto/config.rb, line 205695 def inherit=(val) prop_set('inherit', val) end
ipv4()
click to toggle source
# File lib/palo_alto/config.rb, line 205653 def ipv4 @subclasses['ipv4'] ||= Ipv4.new(parent_instance: self, create_children: @create_children) end
ipv6()
click to toggle source
# File lib/palo_alto/config.rb, line 205681 def ipv6 @subclasses['ipv6'] ||= Ipv6.new(parent_instance: self, create_children: @create_children) end