class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Threats::Spyware::Entry::Signature::Standard::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 91177 def _section :'entry' end
and_condition()
click to toggle source
# File lib/palo_alto/config.rb, line 91649 def and_condition if @create_children @subclasses['and-condition'] ||= AndCondition.new(parent_instance: self, create_children: @create_children) else AndCondition.new(parent_instance: self) end end
comment()
click to toggle source
# File lib/palo_alto/config.rb, line 91682 def comment prop_get('comment') end
comment=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 91685 def comment=(val) prop_set('comment', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 91174 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 91679 def name prop_get('@name') end
order_free()
click to toggle source
# File lib/palo_alto/config.rb, line 91694 def order_free prop_get('order-free') end
order_free=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 91697 def order_free=(val) prop_set('order-free', val) end
scope()
click to toggle source
# File lib/palo_alto/config.rb, line 91688 def scope prop_get('scope') end
scope=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 91691 def scope=(val) prop_set('scope', val) end