class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 311060
def _section
        :'entry'
end
address_family_identifier() click to toggle source

select redistribution profile type

# File lib/palo_alto/config.rb, line 311222
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 311226
def address_family_identifier=(val)
        prop_set('address-family-identifier', val)
end
enable() click to toggle source
# File lib/palo_alto/config.rb, line 311237
def enable
        prop_get('enable')
end
enable=(val) click to toggle source
# File lib/palo_alto/config.rb, line 311240
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 311057
def has_multiple_values?
        false
end
metric() click to toggle source

metric value

# File lib/palo_alto/config.rb, line 311276
def metric
        prop_get('metric')
end
metric=(val) click to toggle source

metric value

# File lib/palo_alto/config.rb, line 311280
def metric=(val)
        prop_set('metric', val)
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 311218
def name
        prop_get('@name')
end
route_table() click to toggle source

select destination SAFI for redistribution

# File lib/palo_alto/config.rb, line 311230
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 311234
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 311268
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 311272
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 311101
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 311133
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 311260
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 311264
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 311252
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 311256
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 311244
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 311248
def set_origin=(val)
        prop_set('set-origin', val)
end