class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::HipObjects::Entry::AntiMalware::Criteria::VirdefVersion

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 93063
def _section
        :'virdef-version'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 93060
def has_multiple_values?
        false
end
not_within() click to toggle source
# File lib/palo_alto/config.rb, line 93149
def not_within
        if @create_children
                @subclasses['not-within'] ||= NotWithin.new(parent_instance: self, create_children: @create_children)
        else
                NotWithin.new(parent_instance: self)
        end
end
within() click to toggle source
# File lib/palo_alto/config.rb, line 93104
def within
        if @create_children
                @subclasses['within'] ||= Within.new(parent_instance: self, create_children: @create_children)
        else
                Within.new(parent_instance: self)
        end
end