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