class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig::System::NtpServers

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 365533
def _section
        :'ntp-servers'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 365530
def has_multiple_values?
        false
end
primary_ntp_server() click to toggle source
# File lib/palo_alto/config.rb, line 365695
def primary_ntp_server
        @subclasses['primary-ntp-server'] ||= PrimaryNtpServer.new(parent_instance: self, create_children: @create_children)
end
secondary_ntp_server() click to toggle source
# File lib/palo_alto/config.rb, line 365857
def secondary_ntp_server
        @subclasses['secondary-ntp-server'] ||= SecondaryNtpServer.new(parent_instance: self, create_children: @create_children)
end