NamespaceManagementNetworksServices
Services structure describes services that assists applications in communicating on a network.
Properties
dns
Optional
Services.dns describes DNS servers and search domains for a given network. If unset, no DNS settings will be configured.
ntp
Optional
Services.ntp describes NTP servers running on this network that networked applications can use for synchronizing time. If unset, no NTP settings will be configured.
JSON Example
{
"dns": {
"search_domains": [
"string"
],
"servers": [
"string"
]
},
"ntp": {
"servers": [
"string"
]
}
}