class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 312209
def _section
        :'address-family'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 312206
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 312275
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 312279
def inherit=(val)
        prop_set('inherit', val)
end
ipv4() click to toggle source
# File lib/palo_alto/config.rb, line 312237
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 312265
def ipv6
        @subclasses['ipv6'] ||= Ipv6.new(parent_instance: self, create_children: @create_children)
end