class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::UserIdCollector::IncludeExcludeNetworkSequence

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 230583
def _section
        :'include-exclude-network-sequence'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 230580
def has_multiple_values?
        false
end
include_exclude_network() click to toggle source
# File lib/palo_alto/config.rb, line 230608
def include_exclude_network
        if @create_children
                @subclasses['include-exclude-network'] ||= IncludeExcludeNetwork.new(parent_instance: self, create_children: @create_children)
        else
                IncludeExcludeNetwork.new(parent_instance: self)
        end
end