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

Public Instance Methods

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

AS-path regular expression

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

AS-path regular expression

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