class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::Policy::ConditionalAdvertisement::Policy::Entry::NonExistFilters::Entry::Match::AddressPrefix::Entry

Public Instance Methods

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

match exact prefix length

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

match exact prefix length

# File lib/palo_alto/config.rb, line 202699
def exact=(val)
        prop_set('exact', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 202672
def has_multiple_values?
        false
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 202691
def name
        prop_get('@name')
end