Class: PaloAlto::XML::Config::Devices::Entry::Deviceconfig::Setting

Inherits:
PaloAlto::XML::ConfigClass show all
Defined in:
lib/palo_alto/config.rb

Defined Under Namespace

Classes: Autofocus, CloudUserid, Cloudapp, CustomLogo, DhcpSyslogServer, Iot, Management, Wildfire

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



48534
48535
48536
# File 'lib/palo_alto/config.rb', line 48534

def _section
:setting
end

#autofocusObject



50324
50325
50326
# File 'lib/palo_alto/config.rb', line 50324

def autofocus
@subclasses['autofocus'] ||= Autofocus.new(parent_instance: self, client: @client, create_children: @create_children)
end

#cloud_useridObject



50602
50603
50604
# File 'lib/palo_alto/config.rb', line 50602

def cloud_userid
@subclasses['cloud-userid'] ||= CloudUserid.new(parent_instance: self, client: @client, create_children: @create_children)
end

#cloudappObject



50520
50521
50522
# File 'lib/palo_alto/config.rb', line 50520

def cloudapp
@subclasses['cloudapp'] ||= Cloudapp.new(parent_instance: self, client: @client, create_children: @create_children)
end

#custom_logoObject



50444
50445
50446
# File 'lib/palo_alto/config.rb', line 50444

def 
@subclasses['custom-logo'] ||= CustomLogo.new(parent_instance: self, client: @client, create_children: @create_children)
end

#dhcp_syslog_serverObject



50578
50579
50580
# File 'lib/palo_alto/config.rb', line 50578

def dhcp_syslog_server
maybe_register_subclass('dhcp-syslog-server', DhcpSyslogServer.new(parent_instance: self, client: @client, create_children: @create_children))
end

#gtpObject



50606
50607
50608
# File 'lib/palo_alto/config.rb', line 50606

def gtp
prop_get('gtp')
end

#gtp=(val) ⇒ Object



50609
50610
50611
# File 'lib/palo_alto/config.rb', line 50609

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

#has_multiple_values?Boolean

Returns:

  • (Boolean)


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

def has_multiple_values?; false; end

#iotObject



50484
50485
50486
# File 'lib/palo_alto/config.rb', line 50484

def iot
@subclasses['iot'] ||= Iot.new(parent_instance: self, client: @client, create_children: @create_children)
end

#managementObject



50186
50187
50188
# File 'lib/palo_alto/config.rb', line 50186

def management
@subclasses['management'] ||= Management.new(parent_instance: self, client: @client, create_children: @create_children)
end

#sctpObject



50612
50613
50614
# File 'lib/palo_alto/config.rb', line 50612

def sctp
prop_get('sctp')
end

#sctp=(val) ⇒ Object



50615
50616
50617
# File 'lib/palo_alto/config.rb', line 50615

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

#wildfireObject



50290
50291
50292
# File 'lib/palo_alto/config.rb', line 50290

def wildfire
@subclasses['wildfire'] ||= Wildfire.new(parent_instance: self, client: @client, create_children: @create_children)
end