class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::AddressGroup::Entry::Dynamic

Public Instance Methods

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

tag-based filter

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

tag-based filter

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