class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::AddressGroup::Entry::Dynamic

Public Instance Methods

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

tag-based filter

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

tag-based filter

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