class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::RedistRules::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 204478 def _section :'entry' end
address_family_identifier()
click to toggle source
select redistribution profile type
# File lib/palo_alto/config.rb, line 204640 def address_family_identifier prop_get('address-family-identifier') end
address_family_identifier=(val)
click to toggle source
select redistribution profile type
# File lib/palo_alto/config.rb, line 204644 def address_family_identifier=(val) prop_set('address-family-identifier', val) end
enable()
click to toggle source
# File lib/palo_alto/config.rb, line 204655 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 204658 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 204475 def has_multiple_values? false end
metric()
click to toggle source
metric value
# File lib/palo_alto/config.rb, line 204694 def metric prop_get('metric') end
metric=(val)
click to toggle source
metric value
# File lib/palo_alto/config.rb, line 204698 def metric=(val) prop_set('metric', val) end
name()
click to toggle source
# File lib/palo_alto/config.rb, line 204636 def name prop_get('@name') end
route_table()
click to toggle source
select destination SAFI for redistribution
# File lib/palo_alto/config.rb, line 204648 def route_table prop_get('route-table') end
route_table=(val)
click to toggle source
select destination SAFI for redistribution
# File lib/palo_alto/config.rb, line 204652 def route_table=(val) prop_set('route-table', val) end
set_as_path_limit()
click to toggle source
add the AS_PATHLIMIT path attribute
# File lib/palo_alto/config.rb, line 204686 def set_as_path_limit prop_get('set-as-path-limit') end
set_as_path_limit=(val)
click to toggle source
add the AS_PATHLIMIT path attribute
# File lib/palo_alto/config.rb, line 204690 def set_as_path_limit=(val) prop_set('set-as-path-limit', val) end
set_community()
click to toggle source
# File lib/palo_alto/config.rb, line 204519 def set_community if @create_children @subclasses['set-community'] ||= SetCommunity.new(parent_instance: self, create_children: @create_children) else SetCommunity.new(parent_instance: self) end end
set_extended_community()
click to toggle source
# File lib/palo_alto/config.rb, line 204551 def set_extended_community if @create_children @subclasses['set-extended-community'] ||= SetExtendedCommunity.new(parent_instance: self, create_children: @create_children) else SetExtendedCommunity.new(parent_instance: self) end end
set_local_preference()
click to toggle source
add the LOCAL_PREF path attribute
# File lib/palo_alto/config.rb, line 204678 def set_local_preference prop_get('set-local-preference') end
set_local_preference=(val)
click to toggle source
add the LOCAL_PREF path attribute
# File lib/palo_alto/config.rb, line 204682 def set_local_preference=(val) prop_set('set-local-preference', val) end
set_med()
click to toggle source
add the MULTI_EXIT_DISC path attribute
# File lib/palo_alto/config.rb, line 204670 def set_med prop_get('set-med') end
set_med=(val)
click to toggle source
add the MULTI_EXIT_DISC path attribute
# File lib/palo_alto/config.rb, line 204674 def set_med=(val) prop_set('set-med', val) end
set_origin()
click to toggle source
add the ORIGIN path attribute
# File lib/palo_alto/config.rb, line 204662 def set_origin prop_get('set-origin') end
set_origin=(val)
click to toggle source
add the ORIGIN path attribute
# File lib/palo_alto/config.rb, line 204666 def set_origin=(val) prop_set('set-origin', val) end