class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::Policy::Aggregation::Address::Entry::AdvertiseFilters::Entry::Match::AsPath

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 310782
def _section
        :'as-path'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 310779
def has_multiple_values?
        false
end
regex() click to toggle source

AS-path regular expression

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

AS-path regular expression

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