class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 365519 def _section :'deviceconfig' end
cluster()
click to toggle source
# File lib/palo_alto/config.rb, line 371102 def cluster @subclasses['cluster'] ||= Cluster.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 365516 def has_multiple_values? false end
high_availability()
click to toggle source
# File lib/palo_alto/config.rb, line 371034 def high_availability @subclasses['high-availability'] ||= HighAvailability.new(parent_instance: self, create_children: @create_children) end
setting()
click to toggle source
# File lib/palo_alto/config.rb, line 370833 def setting @subclasses['setting'] ||= Setting.new(parent_instance: self, create_children: @create_children) end
system()
click to toggle source
# File lib/palo_alto/config.rb, line 370008 def system @subclasses['system'] ||= System.new(parent_instance: self, create_children: @create_children) end