class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::Policy::ConditionalAdvertisement::Policy::Entry::NonExistFilters::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 309226
def _section
        :'entry'
end
enable() click to toggle source

enble this filter

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

enble this filter

# File lib/palo_alto/config.rb, line 309510
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 309223
def has_multiple_values?
        false
end
match() click to toggle source
# File lib/palo_alto/config.rb, line 309488
def match
        @subclasses['match'] ||= Match.new(parent_instance: self, create_children: @create_children)
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 309502
def name
        prop_get('@name')
end