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
Optional

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

string
name
Required

Allowed in Enterprise edition with any value, 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 in Enterprise edition with any value, Enterprise with Cloud Services edition.

subnet_runtime
Optional

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

string
tenant_ref
Optional

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

string
url
Optional

url

string
uuid
Optional

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