class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::LogicalRouter::Entry::Vrf::Entry::Bgp::RedistributionRule::Ipv4
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 312556 def _section :'ipv4' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 312553 def has_multiple_values? false end
unicast()
click to toggle source
Redistribution Profile Name
# File lib/palo_alto/config.rb, line 312569 def unicast prop_get('unicast') end
unicast=(val)
click to toggle source
Redistribution Profile Name
# File lib/palo_alto/config.rb, line 312573 def unicast=(val) prop_set('unicast', val) end