class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::LogicalRouter::Entry::Vrf::Entry::Bgp::RedistributionRule::Ipv6
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 206000 def _section :'ipv6' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 205997 def has_multiple_values? false end
unicast()
click to toggle source
Redistribution Profile Name
# File lib/palo_alto/config.rb, line 206013 def unicast prop_get('unicast') end
unicast=(val)
click to toggle source
Redistribution Profile Name
# File lib/palo_alto/config.rb, line 206017 def unicast=(val) prop_set('unicast', val) end