class PaloAlto::XML::Config::Shared::Profiles::HipObjects::Entry::AntiMalware::Criteria::VirdefVersion
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 20373 def _section :'virdef-version' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 20370 def has_multiple_values? false end
not_within()
click to toggle source
# File lib/palo_alto/config.rb, line 20459 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 20414 def within if @create_children @subclasses['within'] ||= Within.new(parent_instance: self, create_children: @create_children) else Within.new(parent_instance: self) end end