class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::HipObjects::Entry::NetworkInfo::Criteria::Network

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 92351
def _section
        :'network'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 92348
def has_multiple_values?
        true
end
is() click to toggle source
# File lib/palo_alto/config.rb, line 92425
def is
        if @create_children
                @subclasses['is'] ||= Is.new(parent_instance: self, create_children: @create_children)
        else
                Is.new(parent_instance: self)
        end
end
is_not() click to toggle source
# File lib/palo_alto/config.rb, line 92515
def is_not
        if @create_children
                @subclasses['is-not'] ||= IsNot.new(parent_instance: self, create_children: @create_children)
        else
                IsNot.new(parent_instance: self)
        end
end