NetworkRuntimeApiResponse

NetworkRuntimeApiResponse
NetworkRuntimeApiResponse
JSON Example
{
    "count": 0,
    "results": [
        {
            "_last_modified": "string",
            "name": "string",
            "obj_uuids": [
                "string"
            ],
            "subnet_runtime": [
                {
                    "ip_range_runtimes": [
                        {
                            "allocated_ips": [
                                {
                                    "ip": {
                                        "addr": "string",
                                        "type": "string"
                                    },
                                    "obj_info": "string",
                                    "obj_uuid": "string"
                                }
                            ],
                            "free_ip_count": 0,
                            "total_ip_count": 0,
                            "type": "string"
                        }
                    ],
                    "prefix": {
                        "ip_addr": {
                            "addr": "string",
                            "type": "string"
                        },
                        "mask": 0
                    }
                }
            ],
            "tenant_ref": "string",
            "url": "string",
            "uuid": "string"
        }
    ],
    "next": "string"
}
integer As int32 As int32
count
Required

count

results
Required

results

string
next
Optional

next