class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::PeerGroup::Entry::Peer::Entry::SubsequentAddressFamilyIdentifier
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 200362 def _section :'subsequent-address-family-identifier' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 200359 def has_multiple_values? false end
multicast()
click to toggle source
# File lib/palo_alto/config.rb, line 200378 def multicast prop_get('multicast') end
multicast=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 200381 def multicast=(val) prop_set('multicast', val) end
unicast()
click to toggle source
# File lib/palo_alto/config.rb, line 200372 def unicast prop_get('unicast') end
unicast=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 200375 def unicast=(val) prop_set('unicast', val) end