LogicalNetwork

LogicalNetwork
LogicalNetwork
JSON Example
{
    "subnet_cidr": "string",
    "name": "string",
    "gatewayIp": "string",
    "dhcp_enabled": "string",
    "dhcp_ip_range": "string",
    "tunnel_id": 0,
    "id": "string",
    "network_type": "string"
}
string
subnet_cidr
Optional

the subnet cidr

string
name
Optional

name of the network

string
gatewayIp
Optional

gateway ip of the logical network

string
dhcp_enabled
Optional

if 'true' - enabled; if 'false' - disabled

string
dhcp_ip_range
Optional

ip range within the subnet mask, range delimiter is '-' (example 10.118.10.130-10.118.10.140)

integer As int32 As int32
tunnel_id
Optional

tunnel id of extended network

string
id
Optional

id

string
network_type
Optional

network_type

Possible values are : HOSTED, ROUTED, EXTENDED,