Class: PaloAlto::XML::Config::Shared::ReportGroup::Entry

Inherits:
ArrayConfigClass show all
Defined in:
lib/palo_alto/config.rb

Defined Under Namespace

Classes: All, CustomWidget, SelectedUserGroup, SelectedZone, Variable

Constant Summary

Constants included from DSL

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

Instance Attribute Summary

Attributes inherited from ArrayConfigClass

#selector

Attributes inherited from PaloAlto::XML::ConfigClass

#api_attributes, #parent_instance, #subclasses

Attributes inherited from Expression

#arguments, #expression

Instance Method Summary collapse

Methods inherited from ArrayConfigClass

#move!, #rename!, #set_xpath_from_selector!

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



23659
23660
23661
# File 'lib/palo_alto/config.rb', line 23659

def _section
:entry
end

#allObject



23761
23762
23763
# File 'lib/palo_alto/config.rb', line 23761

def all
maybe_register_subclass('all', All.new(parent_instance: self, client: @client, create_children: @create_children))
end

#custom_widgetObject



23719
23720
23721
# File 'lib/palo_alto/config.rb', line 23719

def custom_widget
maybe_register_subclass('custom-widget', CustomWidget.new(parent_instance: self, client: @client, create_children: @create_children))
end

#has_multiple_values?Boolean

Returns:

  • (Boolean)


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

def has_multiple_values?; false; end

#nameObject

alphanumeric string [ 0-9a-zA-Z._-]



23878
23879
23880
# File 'lib/palo_alto/config.rb', line 23878

def name
prop_get('@name')
end

#predefinedObject



23887
23888
23889
# File 'lib/palo_alto/config.rb', line 23887

def predefined
prop_get('predefined')
end

#predefined=(val) ⇒ Object



23890
23891
23892
# File 'lib/palo_alto/config.rb', line 23890

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

#selected_user_groupObject



23837
23838
23839
# File 'lib/palo_alto/config.rb', line 23837

def selected_user_group
maybe_register_subclass('selected-user-group', SelectedUserGroup.new(parent_instance: self, client: @client, create_children: @create_children))
end

#selected_zoneObject



23809
23810
23811
# File 'lib/palo_alto/config.rb', line 23809

def selected_zone
maybe_register_subclass('selected-zone', SelectedZone.new(parent_instance: self, client: @client, create_children: @create_children))
end

#title_pageObject



23881
23882
23883
# File 'lib/palo_alto/config.rb', line 23881

def title_page
prop_get('title-page')
end

#title_page=(val) ⇒ Object



23884
23885
23886
# File 'lib/palo_alto/config.rb', line 23884

def title_page=(val)
prop_set('title-page', val)
end

#variableObject



23873
23874
23875
# File 'lib/palo_alto/config.rb', line 23873

def variable
maybe_register_subclass('variable', Variable.new(parent_instance: self, client: @client, create_children: @create_children))
end