PlatformNetworkConfig

PlatformNetworkConfig
Platform Network Configuration

Specific network configuration for the platform.

JSON Example
{
    "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
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). The network subnet should be created ahead of time based on the getVspherePortGroups.

string
platform_default_gateway
Required

The default gateway used by the platform nodes.

string
network_name
Read-Only

The name of the virtual switch for platform cluster nodes.

string
network_id
Required

The virtual switch moref ID for platform cluster nodes.

string
portgroup_name
Read-Only

The name of the portgroup used for platform cluster nodes.

string
portgroup_id
Required

The portgroup moref ID used for platform cluster nodes.

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

The node IP pools.

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

The service IP pools.

Property Of