class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 153105 def _section :'deviceconfig' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 153102 def has_multiple_values? false end
high_availability()
click to toggle source
# File lib/palo_alto/config.rb, line 170721 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 171063 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 167657 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 159535 def system @subclasses['system'] ||= System.new(parent_instance: self, create_children: @create_children) end