# File lib/palo_alto/config.rb, line 260586 def primary_ntp_server @subclasses['primary-ntp-server'] ||= PrimaryNtpServer.new(parent_instance: self, create_children: @create_children) end
class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::System::NtpServers
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 260419 def _section :'ntp-servers' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 260416 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 260753 def secondary_ntp_server @subclasses['secondary-ntp-server'] ||= SecondaryNtpServer.new(parent_instance: self, create_children: @create_children) end