class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 306927 def _section :'subsequent-address-family-identifier' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 306924 def has_multiple_values? false end
multicast()
click to toggle source
# File lib/palo_alto/config.rb, line 306943 def multicast prop_get('multicast') end
multicast=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 306946 def multicast=(val) prop_set('multicast', val) end
unicast()
click to toggle source
# File lib/palo_alto/config.rb, line 306937 def unicast prop_get('unicast') end
unicast=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 306940 def unicast=(val) prop_set('unicast', val) end