class PaloAlto::XML::Config::Devices::Entry::WildfireApplianceCluster::Entry::Deviceconfig::System::NtpServers::SecondaryNtpServer
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 360331 def _section :'secondary-ntp-server' end
authentication_type()
click to toggle source
# File lib/palo_alto/config.rb, line 360464 def authentication_type if @create_children @subclasses['authentication-type'] ||= AuthenticationType.new(parent_instance: self, create_children: @create_children) else AuthenticationType.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 360328 def has_multiple_values? false end
ntp_server_address()
click to toggle source
NTP Server IP Address or Domain Name
# File lib/palo_alto/config.rb, line 360478 def ntp_server_address prop_get('ntp-server-address') end
ntp_server_address=(val)
click to toggle source
NTP Server IP Address or Domain Name
# File lib/palo_alto/config.rb, line 360482 def ntp_server_address=(val) prop_set('ntp-server-address', val) end