class PaloAlto::XML::Config::Shared::Application::Entry::Signature::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 41519 def _section :'entry' end
and_condition()
click to toggle source
# File lib/palo_alto/config.rb, line 41948 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 41981 def comment prop_get('comment') end
comment=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 41984 def comment=(val) prop_set('comment', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 41516 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 41978 def name prop_get('@name') end
order_free()
click to toggle source
# File lib/palo_alto/config.rb, line 41993 def order_free prop_get('order-free') end
order_free=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 41996 def order_free=(val) prop_set('order-free', val) end
scope()
click to toggle source
# File lib/palo_alto/config.rb, line 41987 def scope prop_get('scope') end
scope=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 41990 def scope=(val) prop_set('scope', val) end