class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::Zone::Entry::UserAcl

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 316691
def _section
        :'user-acl'
end
exclude_list() click to toggle source
# File lib/palo_alto/config.rb, line 316749
def exclude_list
        if @create_children
                @subclasses['exclude-list'] ||= ExcludeList.new(parent_instance: self, create_children: @create_children)
        else
                ExcludeList.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 316688
def has_multiple_values?
        false
end
include_list() click to toggle source
# File lib/palo_alto/config.rb, line 316718
def include_list
        if @create_children
                @subclasses['include-list'] ||= IncludeList.new(parent_instance: self, create_children: @create_children)
        else
                IncludeList.new(parent_instance: self)
        end
end