class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::LogicalRouter::Entry::Vrf::Entry::Bgp::AddressFamilyIdentifier::Ipv6

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 312690
def _section
        :'ipv6'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 312687
def has_multiple_values?
        false
end
network() click to toggle source
# File lib/palo_alto/config.rb, line 312740
def network
        if @create_children
                @subclasses['network'] ||= Network.new(parent_instance: self, create_children: @create_children)
        else
                Network.new(parent_instance: self)
        end
end