class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::Policy::Aggregation::Address::Entry::AggregateRouteAttributes::ExtendedCommunity

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 203547
def _section
        :'extended-community'
end
append() click to toggle source
# File lib/palo_alto/config.rb, line 203599
def append
        if @create_children
                @subclasses['append'] ||= Append.new(parent_instance: self, create_children: @create_children)
        else
                Append.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 203544
def has_multiple_values?
        false
end
none() click to toggle source
# File lib/palo_alto/config.rb, line 203559
def none
        @subclasses['none'] ||= None.new(parent_instance: self, create_children: @create_children)
end
overwrite() click to toggle source
# File lib/palo_alto/config.rb, line 203631
def overwrite
        if @create_children
                @subclasses['overwrite'] ||= Overwrite.new(parent_instance: self, create_children: @create_children)
        else
                Overwrite.new(parent_instance: self)
        end
end
remove_all() click to toggle source
# File lib/palo_alto/config.rb, line 203571
def remove_all
        @subclasses['remove-all'] ||= RemoveAll.new(parent_instance: self, create_children: @create_children)
end
remove_regex() click to toggle source

remove specified coummnity match regular expression

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

remove specified coummnity match regular expression

# File lib/palo_alto/config.rb, line 203648
def remove_regex=(val)
        prop_set('remove-regex', val)
end