LicenseHubNetwork
LicenseHub Network
Network configuration for LicenseHub mode platform deployment.
JSON Example
{
"ntp": "string",
"dns": [
"string"
],
"search_domain": "string",
"network_configs": [
{
"platform_subnet": "string",
"platform_default_gateway": "string",
"service_pools": [
{
"start": "string",
"end": "string",
"name": "string"
}
]
}
]
}
string
ntp
Required
The NTP server name.
array of
string
dns
Required
Constraints:
minItems: 1
maxItems: 5
The DNS servers for the cluster.
string
search_domain
Required
The search domain that will be skipped by the DNS.
array of
LicenseHubNetworkConfig
network_configs
Required
Constraints:
minItems: 1
maxItems: 1
Network configurations for the LicenseHub platform.