NamespaceManagementNetworksServiceNTP

NTP structure describes network time protocol configuration for a network.


Properties

array of string
servers Required

NTP.servers contains a list of servers in priority order that clients can use for network time protocol. If unset, no NTP servers will be configured.

JSON Example

{
	"servers": [
		"string"
	]
}

Feedback

Was this page helpful?