class PaloAlto::XML::Config::Shared::AddressGroup::Entry::Dynamic

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 16667
def _section
        :'dynamic'
end
filter() click to toggle source

tag-based filter

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

tag-based filter

# File lib/palo_alto/config.rb, line 16680
def filter=(val)
        prop_set('filter', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 16664
def has_multiple_values?
        false
end