class PaloAlto::XML::Config::Shared::Threats::Vulnerability::Entry::Signature::Standard::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 17179 def _section :'entry' end
and_condition()
click to toggle source
# File lib/palo_alto/config.rb, line 17651 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 17684 def comment prop_get('comment') end
comment=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 17687 def comment=(val) prop_set('comment', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 17176 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 17681 def name prop_get('@name') end
order_free()
click to toggle source
# File lib/palo_alto/config.rb, line 17696 def order_free prop_get('order-free') end
order_free=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 17699 def order_free=(val) prop_set('order-free', val) end
scope()
click to toggle source
# File lib/palo_alto/config.rb, line 17690 def scope prop_get('scope') end
scope=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 17693 def scope=(val) prop_set('scope', val) end