class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::Policy::Import::Rules::Entry::Match::ExtendedCommunity
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 201200 def _section :'extended-community' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 201197 def has_multiple_values? false end
regex()
click to toggle source
AS-path regular expression
# File lib/palo_alto/config.rb, line 201209 def regex prop_get('regex') end
regex=(val)
click to toggle source
AS-path regular expression
# File lib/palo_alto/config.rb, line 201213 def regex=(val) prop_set('regex', val) end