class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 259597 def _section :'deviceconfig' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 259594 def has_multiple_values? false end
high_availability()
click to toggle source
# File lib/palo_alto/config.rb, line 277254 def high_availability @subclasses['high-availability'] ||= HighAvailability.new(parent_instance: self, create_children: @create_children) end
log_fwd_card()
click to toggle source
# File lib/palo_alto/config.rb, line 277596 def log_fwd_card @subclasses['log-fwd-card'] ||= LogFwdCard.new(parent_instance: self, create_children: @create_children) end
setting()
click to toggle source
# File lib/palo_alto/config.rb, line 274168 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 266046 def system @subclasses['system'] ||= System.new(parent_instance: self, create_children: @create_children) end