NetworkRuntime

Description

API


    GET /api/networkruntime
    GET /api/networkruntime/<key>

CLI


    show network <key> runtime

Data

NetworkRuntime

uuid

Type
string
Category
required
Description

name

Type
string
Category
required
Description

subnet_runtime

Type
SubnetRuntime
Category
repeated
Description

se_uuid

Type
string
Category
repeated
Description

tenant_ref

Type
Reference to Tenant
Category
optional
Description

SubnetRuntime

prefix

Type
IpAddrPrefix
Category
required
Description

ip_alloced

Type
IpAllocInfo
Category
repeated
Description

total_ip_count

Type
int32
Category
optional
Description

used_ip_count

Type
int32
Category
optional
Description

free_ip_count

Type
int32
Category
optional
Description

IpAddrPrefix

ip_addr

Type
IpAddr
Category
required
Description

mask

Type
int32
Category
required
Description

IpAddr

addr

Type
string
Category
required
Description
IP address

type

Type
enum
Category
required
Description
Choices
V4, DNS

IpAllocInfo

ip

Type
IpAddr
Category
required
Description

mac

Type
string
Category
required
Description

se_uuid

Type
string
Category
required
Description

References

Tenant

Sub Objects