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