Class: PaloAlto::XML::Config::Shared::Profiles::HipObjects::Entry::AntiMalware::Criteria::LastScanTime::NotWithin

Inherits:
PaloAlto::XML::ConfigClass show all
Defined in:
lib/palo_alto/config.rb

Constant Summary

Constants included from DSL

DSL::AXES, DSL::LOWERCASE_LETTERS, DSL::METHODS, DSL::OPERATORS, DSL::UPPERCASE_LETTERS

Instance Attribute Summary

Attributes inherited from PaloAlto::XML::ConfigClass

#api_attributes, #parent_instance, #subclasses

Attributes inherited from Expression

#arguments, #expression

Instance Method Summary collapse

Methods inherited from PaloAlto::XML::ConfigClass

#array_class_setter, #clear!, #complete, #create!, #delete!, #delete_child, #edit!, #enforce_type, #enforce_types, #external_set, #get, #get_all, #get_class_from_child_str, #get_primary_key, #initialize, #inspect, #maybe_register_subclass, #multimove!, #prop_get, #prop_set, #selector_subclasses, #set!, #set_array_class_attributes, #set_values, #to_xml, #values, #xml_builder

Methods inherited from Expression

#current, #initialize, #to_xpath

Methods included from DSL

#anywhere, #axis, #binary_operator, #child, #contains_word, #css, #current, #descendant, #ends_with, #function, #is, #last, #lowercase, #method, #next_sibling, #one_of, #parenthesis, #position, #previous_sibling, #qname, #relative, #root, #text, #union, #uppercase, #where, #xpath_attr

Constructor Details

This class inherits a constructor from PaloAlto::XML::ConfigClass

Instance Method Details

#_sectionObject



13762
13763
13764
# File 'lib/palo_alto/config.rb', line 13762

def _section
:'not-within'
end

#daysObject

specify time in days



13767
13768
13769
# File 'lib/palo_alto/config.rb', line 13767

def days
prop_get('days')
end

#days=(val) ⇒ Object

specify time in days



13771
13772
13773
# File 'lib/palo_alto/config.rb', line 13771

def days=(val)
prop_set('days', val)
end

#has_multiple_values?Boolean

Returns:

  • (Boolean)


13761
# File 'lib/palo_alto/config.rb', line 13761

def has_multiple_values?; true; end

#hoursObject

specify time in hours



13775
13776
13777
# File 'lib/palo_alto/config.rb', line 13775

def hours
prop_get('hours')
end

#hours=(val) ⇒ Object

specify time in hours



13779
13780
13781
# File 'lib/palo_alto/config.rb', line 13779

def hours=(val)
prop_set('hours', val)
end