InlineContainerIpPool1

InlineContainerIpPool1
InlineContainerIpPool1
JSON Example
{
    "container_cluster_id": "string",
    "external_id": "string",
    "ip_ranges": [
        {
            "cidr": "string",
            "end": "string",
            "gateway": "string",
            "prefix_length": 0,
            "start": "string",
            "vlan": 0
        }
    ],
    "ip_version": 0,
    "origin_properties": [
        "KeyValuePair Object"
    ],
    "spec": "string"
}
string
container_cluster_id
Optional

Specifies identifier of the container cluster this container ip pool belongs to.

string
external_id
Required

Specifies identifier of the container ip pool.

ip_ranges
Optional

Specifies list of SubnetIpRange, which is a set of contiguous IP addresses, represented by a CIDR or a pair of start and end IPs, along with subnet definition.

integer As int64 As int64
ip_version
Optional

Specifies IP version of container IP pool.

Possible values are : 4, 6,
origin_properties
Optional

Array of additional specific properties of container ip pool in key-value format.

string
spec
Optional

This specifies yaml definition of ContainerIpPool resource.