class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::RoutingProfile::Bgp::AddressFamilyProfile::Entry::Ipv4::Unicast

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 207428
def _section
        :'unicast'
end
add_path() click to toggle source
# File lib/palo_alto/config.rb, line 207467
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 207506
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 207767
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 207771
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 207775
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 207779
def default_originate=(val)
        prop_set('default-originate', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 207425
def has_multiple_values?
        false
end
maximum_prefix() click to toggle source
# File lib/palo_alto/config.rb, line 207600
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 207636
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 207672
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 207783
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 207787
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 207744
def send_community
        @subclasses['send-community'] ||= SendCommunity.new(parent_instance: self, create_children: @create_children)
end