ContainerIpPoolListResult

ContainerIpPoolListResult
ContainerIpPoolListResult
AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "cursor": "string",
    "result_count": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "_self": {},
            "_last_sync_time": 0,
            "description": "string",
            "display_name": "string",
            "resource_type": "string",
            "scope": [
                {
                    "scope_id": "string",
                    "scope_type": "string"
                }
            ],
            "tags": [
                {
                    "scope": "string",
                    "tag": "string"
                }
            ],
            "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": [
                {
                    "key": "string",
                    "value": "string"
                }
            ],
            "spec": "string"
        }
    ]
}