Class: PaloAlto::XML::Config::Shared::AdminRole::Entry::Role::DeviceGroup::Webui::Panorama::Deployment

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



29869
29870
29871
# File 'lib/palo_alto/config.rb', line 29869

def _section
:deployment
end

#dynamic_updatesObject



29885
29886
29887
# File 'lib/palo_alto/config.rb', line 29885

def dynamic_updates
prop_get('dynamic-updates')
end

#dynamic_updates=(val) ⇒ Object



29888
29889
29890
# File 'lib/palo_alto/config.rb', line 29888

def dynamic_updates=(val)
prop_set('dynamic-updates', val)
end

#global_protect_clientObject



29879
29880
29881
# File 'lib/palo_alto/config.rb', line 29879

def global_protect_client
prop_get('global-protect-client')
end

#global_protect_client=(val) ⇒ Object



29882
29883
29884
# File 'lib/palo_alto/config.rb', line 29882

def global_protect_client=(val)
prop_set('global-protect-client', val)
end

#has_multiple_values?Boolean

Returns:

  • (Boolean)


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

def has_multiple_values?; false; end

#licensesObject



29897
29898
29899
# File 'lib/palo_alto/config.rb', line 29897

def licenses
prop_get('licenses')
end

#licenses=(val) ⇒ Object



29900
29901
29902
# File 'lib/palo_alto/config.rb', line 29900

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

#pluginsObject



29891
29892
29893
# File 'lib/palo_alto/config.rb', line 29891

def plugins
prop_get('plugins')
end

#plugins=(val) ⇒ Object



29894
29895
29896
# File 'lib/palo_alto/config.rb', line 29894

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

#softwareObject



29873
29874
29875
# File 'lib/palo_alto/config.rb', line 29873

def software
prop_get('software')
end

#software=(val) ⇒ Object



29876
29877
29878
# File 'lib/palo_alto/config.rb', line 29876

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