class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::RoutingProfile::Bgp::AddressFamilyProfile::Entry::Ipv6::Unicast
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 314397 def _section :'unicast' end
add_path()
click to toggle source
# File lib/palo_alto/config.rb, line 314436 def add_path @subclasses['add-path'] ||= AddPath.new(parent_instance: self, create_children: @create_children) end
allowas_in()
click to toggle source
# File lib/palo_alto/config.rb, line 314475 def allowas_in @subclasses['allowas-in'] ||= AllowasIn.new(parent_instance: self, create_children: @create_children) end
as_override()
click to toggle source
Override ASNs in outbound updates if AS-Path equals Remote-AS
# File lib/palo_alto/config.rb, line 314736 def as_override prop_get('as-override') end
as_override=(val)
click to toggle source
Override ASNs in outbound updates if AS-Path equals Remote-AS
# File lib/palo_alto/config.rb, line 314740 def as_override=(val) prop_set('as-override', val) end
default_originate()
click to toggle source
Originate Default Route
# File lib/palo_alto/config.rb, line 314744 def default_originate prop_get('default-originate') end
default_originate=(val)
click to toggle source
Originate Default Route
# File lib/palo_alto/config.rb, line 314748 def default_originate=(val) prop_set('default-originate', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 314394 def has_multiple_values? false end
maximum_prefix()
click to toggle source
# File lib/palo_alto/config.rb, line 314569 def maximum_prefix @subclasses['maximum-prefix'] ||= MaximumPrefix.new(parent_instance: self, create_children: @create_children) end
next_hop()
click to toggle source
# File lib/palo_alto/config.rb, line 314605 def next_hop @subclasses['next-hop'] ||= NextHop.new(parent_instance: self, create_children: @create_children) end
remove_private_AS()
click to toggle source
# File lib/palo_alto/config.rb, line 314641 def remove_private_AS @subclasses['remove-private-AS'] ||= RemovePrivateAS.new(parent_instance: self, create_children: @create_children) end
route_reflector_client()
click to toggle source
Route Reflector Client
# File lib/palo_alto/config.rb, line 314752 def route_reflector_client prop_get('route-reflector-client') end
route_reflector_client=(val)
click to toggle source
Route Reflector Client
# File lib/palo_alto/config.rb, line 314756 def route_reflector_client=(val) prop_set('route-reflector-client', val) end
send_community()
click to toggle source
# File lib/palo_alto/config.rb, line 314713 def send_community @subclasses['send-community'] ||= SendCommunity.new(parent_instance: self, create_children: @create_children) end