class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::RoutingProfile::Bgp::RedistributionProfile::Entry::Ipv4::Unicast

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 208232
def _section
        :'unicast'
end
connected() click to toggle source
# File lib/palo_alto/config.rb, line 208298
def connected
        @subclasses['connected'] ||= Connected.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 208229
def has_multiple_values?
        false
end
static() click to toggle source
# File lib/palo_alto/config.rb, line 208265
def static
        @subclasses['static'] ||= Static.new(parent_instance: self, create_children: @create_children)
end