PlatformNetwork

PlatformNetwork
Platform Network

Network configuration for the platform.

JSON Example
{
    "ntp": "string",
    "dns": [
        "string"
    ],
    "search_domain": "string",
    "network_configs": [
        {
            "platform_subnet": "string",
            "platform_default_gateway": "string",
            "network_name": "string",
            "network_id": "string",
            "portgroup_name": "string",
            "portgroup_id": "string",
            "node_pools": [
                {
                    "start": "string",
                    "end": "string",
                    "name": "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.

network_configs
Required
Constraints: minItems: 1 maxItems: 1

Specific network configurations for the platform.