class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::Policy::ConditionalAdvertisement::Policy::Entry::AdvertiseFilters::Entry::Match

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 309547
def _section
        :'match'
end
address_prefix() click to toggle source
# File lib/palo_alto/config.rb, line 309598
def address_prefix
        if @create_children
                @subclasses['address-prefix'] ||= AddressPrefix.new(parent_instance: self, create_children: @create_children)
        else
                AddressPrefix.new(parent_instance: self)
        end
end
afi() click to toggle source

Address Family Identifier

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

Address Family Identifier

# File lib/palo_alto/config.rb, line 309776
def afi=(val)
        prop_set('afi', val)
end
as_path() click to toggle source
# File lib/palo_alto/config.rb, line 309686
def as_path
        @subclasses['as-path'] ||= AsPath.new(parent_instance: self, create_children: @create_children)
end
community() click to toggle source
# File lib/palo_alto/config.rb, line 309710
def community
        @subclasses['community'] ||= Community.new(parent_instance: self, create_children: @create_children)
end
extended_community() click to toggle source
# File lib/palo_alto/config.rb, line 309734
def extended_community
        @subclasses['extended-community'] ||= ExtendedCommunity.new(parent_instance: self, create_children: @create_children)
end
from_peer() click to toggle source
# File lib/palo_alto/config.rb, line 309658
def from_peer
        if @create_children
                @subclasses['from-peer'] ||= FromPeer.new(parent_instance: self, create_children: @create_children)
        else
                FromPeer.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 309544
def has_multiple_values?
        false
end
med() click to toggle source
# File lib/palo_alto/config.rb, line 309795
def med
        prop_get('med')
end
med=(val) click to toggle source
# File lib/palo_alto/config.rb, line 309798
def med=(val)
        prop_set('med', val)
end
nexthop() click to toggle source
# File lib/palo_alto/config.rb, line 309627
def nexthop
        if @create_children
                @subclasses['nexthop'] ||= Nexthop.new(parent_instance: self, create_children: @create_children)
        else
                Nexthop.new(parent_instance: self)
        end
end
route_table() click to toggle source

route table to match rule

# File lib/palo_alto/config.rb, line 309788
def route_table
        prop_get('route-table')
end
route_table=(val) click to toggle source

route table to match rule

# File lib/palo_alto/config.rb, line 309792
def route_table=(val)
        prop_set('route-table', val)
end
safi() click to toggle source

Subsequent Address Family Identifier

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

Subsequent Address Family Identifier

# File lib/palo_alto/config.rb, line 309784
def safi=(val)
        prop_set('safi', val)
end