LicenseHubNetworkConfig

LicenseHubNetworkConfig
LicenseHub Network Configuration

Network configuration for LicenseHub mode.

JSON Example
{
    "platform_subnet": "string",
    "platform_default_gateway": "string",
    "service_pools": [
        {
            "start": "string",
            "end": "string",
            "name": "string"
        }
    ]
}
string
platform_subnet
Required

The subnet where the cluster will be running. This should be entered in CIDR notation (e.g., 192.168.1.1/24).

string
platform_default_gateway
Required

The default gateway used by the platform nodes.

array of IpPool
service_pools
Required
Constraints: minItems: 1 maxItems: 5

The service IP pools.