# File lib/palo_alto/config.rb, line 154082 def primary_ntp_server @subclasses['primary-ntp-server'] ||= PrimaryNtpServer.new(parent_instance: self, create_children: @create_children) end
class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::System::NtpServers
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 153915 def _section :'ntp-servers' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 153912 def has_multiple_values? false end
primary_ntp_server()
click to toggle source
secondary_ntp_server()
click to toggle source
# File lib/palo_alto/config.rb, line 154249 def secondary_ntp_server @subclasses['secondary-ntp-server'] ||= SecondaryNtpServer.new(parent_instance: self, create_children: @create_children) end