NetworkRuntime

NetworkRuntime
NetworkRuntime
JSON Example
{
    "_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"
}
string
_last_modified
Read-Only

UNIX time since epoch in microseconds. Units(MICROSECONDS).

string
name
Required

Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

array of string
obj_uuids
Optional

Objects using static IPs in this network. Field introduced in 20.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

subnet_runtime
Optional

Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
tenant_ref
Optional

It is a reference to an object of type Tenant. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
url
Read-Only

url

string
uuid
Optional

Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.