class PaloAlto::XML::Config::Devices::Entry::Template::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 200355 def _section :'entry' end
address_family_identifier()
click to toggle source
select AFI for this peer
# File lib/palo_alto/config.rb, line 200834 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 200838 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 200864 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 200868 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 200716 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 200681 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 200813 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 200816 def enable=(val) prop_set('enable', val) end
enable_mp_bgp()
click to toggle source
# File lib/palo_alto/config.rb, line 200827 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 200830 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 200841 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 200844 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 200352 def has_multiple_values? false end
local_address()
click to toggle source
# File lib/palo_alto/config.rb, line 200435 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 200880 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 200884 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 200872 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 200876 def max_prefixes=(val) prop_set('max-prefixes', val) end
name()
click to toggle source
# File lib/palo_alto/config.rb, line 200810 def name prop_get('@name') end
peer_address()
click to toggle source
# File lib/palo_alto/config.rb, line 200483 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 200820 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 200824 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 200856 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 200860 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 200848 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 200852 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 200888 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 200892 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 200385 def subsequent_address_family_identifier @subclasses['subsequent-address-family-identifier'] ||= SubsequentAddressFamilyIdentifier.new(parent_instance: self, create_children: @create_children) end