class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::PeerGroup::Entry::Peer::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 306920 def _section :'entry' end
address_family_identifier()
click to toggle source
select AFI for this peer
# File lib/palo_alto/config.rb, line 307400 def address_family_identifier prop_get('address-family-identifier') end
address_family_identifier=(val)
click to toggle source
select AFI for this peer
# File lib/palo_alto/config.rb, line 307404 def address_family_identifier=(val) prop_set('address-family-identifier', val) end
aggregated_confed_as_path()
click to toggle source
this peer understands aggregated confederation AS path
# File lib/palo_alto/config.rb, line 307430 def aggregated_confed_as_path prop_get('aggregated-confed-as-path') end
aggregated_confed_as_path=(val)
click to toggle source
this peer understands aggregated confederation AS path
# File lib/palo_alto/config.rb, line 307434 def aggregated_confed_as_path=(val) prop_set('aggregated-confed-as-path', val) end
bfd()
click to toggle source
# File lib/palo_alto/config.rb, line 307281 def bfd @subclasses['bfd'] ||= Bfd.new(parent_instance: self, create_children: @create_children) end
connection_options()
click to toggle source
# File lib/palo_alto/config.rb, line 307246 def connection_options @subclasses['connection-options'] ||= ConnectionOptions.new(parent_instance: self, create_children: @create_children) end
enable()
click to toggle source
# File lib/palo_alto/config.rb, line 307379 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 307382 def enable=(val) prop_set('enable', val) end
enable_mp_bgp()
click to toggle source
# File lib/palo_alto/config.rb, line 307393 def enable_mp_bgp prop_get('enable-mp-bgp') end
enable_mp_bgp=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 307396 def enable_mp_bgp=(val) prop_set('enable-mp-bgp', val) end
enable_sender_side_loop_detection()
click to toggle source
# File lib/palo_alto/config.rb, line 307407 def enable_sender_side_loop_detection prop_get('enable-sender-side-loop-detection') end
enable_sender_side_loop_detection=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 307410 def enable_sender_side_loop_detection=(val) prop_set('enable-sender-side-loop-detection', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 306917 def has_multiple_values? false end
local_address()
click to toggle source
# File lib/palo_alto/config.rb, line 307000 def local_address @subclasses['local-address'] ||= LocalAddress.new(parent_instance: self, create_children: @create_children) end
max_orf_entries()
click to toggle source
maximum of ORF entries accepted from peer
# File lib/palo_alto/config.rb, line 307446 def max_orf_entries prop_get('max-orf-entries') end
max_orf_entries=(val)
click to toggle source
maximum of ORF entries accepted from peer
# File lib/palo_alto/config.rb, line 307450 def max_orf_entries=(val) prop_set('max-orf-entries', val) end
max_prefixes()
click to toggle source
maximum of prefixes to receive from peer
# File lib/palo_alto/config.rb, line 307438 def max_prefixes prop_get('max-prefixes') end
max_prefixes=(val)
click to toggle source
maximum of prefixes to receive from peer
# File lib/palo_alto/config.rb, line 307442 def max_prefixes=(val) prop_set('max-prefixes', val) end
name()
click to toggle source
# File lib/palo_alto/config.rb, line 307376 def name prop_get('@name') end
peer_address()
click to toggle source
# File lib/palo_alto/config.rb, line 307048 def peer_address @subclasses['peer-address'] ||= PeerAddress.new(parent_instance: self, create_children: @create_children) end
peer_as()
click to toggle source
peer AS number
# File lib/palo_alto/config.rb, line 307386 def peer_as prop_get('peer-as') end
peer_as=(val)
click to toggle source
peer AS number
# File lib/palo_alto/config.rb, line 307390 def peer_as=(val) prop_set('peer-as', val) end
peering_type()
click to toggle source
peering type that affects NOPEER community value handling
# File lib/palo_alto/config.rb, line 307422 def peering_type prop_get('peering-type') end
peering_type=(val)
click to toggle source
peering type that affects NOPEER community value handling
# File lib/palo_alto/config.rb, line 307426 def peering_type=(val) prop_set('peering-type', val) end
reflector_client()
click to toggle source
this peer is reflector client
# File lib/palo_alto/config.rb, line 307414 def reflector_client prop_get('reflector-client') end
reflector_client=(val)
click to toggle source
this peer is reflector client
# File lib/palo_alto/config.rb, line 307418 def reflector_client=(val) prop_set('reflector-client', val) end
soft_reset_with_stored_info()
click to toggle source
soft reset with stored info
# File lib/palo_alto/config.rb, line 307454 def soft_reset_with_stored_info prop_get('soft-reset-with-stored-info') end
soft_reset_with_stored_info=(val)
click to toggle source
soft reset with stored info
# File lib/palo_alto/config.rb, line 307458 def soft_reset_with_stored_info=(val) prop_set('soft-reset-with-stored-info', val) end
subsequent_address_family_identifier()
click to toggle source
# File lib/palo_alto/config.rb, line 306950 def subsequent_address_family_identifier @subclasses['subsequent-address-family-identifier'] ||= SubsequentAddressFamilyIdentifier.new(parent_instance: self, create_children: @create_children) end