Network

Description

API


    POST /api/network
    PUT /api/network/<key>
    DELETE /api/network/<key>
    GET /api/network
    GET /api/network/<key>

CLI


    configure network <key>
    show network <key>

Data

Network

uuid

Type
string
Category
required
Description

name

Type
string
Category
required
Description

vcenter_dvs

Type
bool
Category
optional
Description
Default
True

vimgrnw_ref

Type
Reference to VIMgrNWRuntime
Category
optional
Description

dhcp_enabled

Type
bool
Category
optional
Description
Select the IP address management scheme for this Network
Default
True

exclude_discovered_subnets

Type
bool
Category
optional
Description
When selected, excludes all discovered subnets in this network from consideration for virtual service placement.
Default
False

configured_subnets

Type
Subnet
Category
repeated
Description

vrf_context_ref

Type
Reference to VrfContext
Category
optional
Description

synced_from_se

Type
bool
Category
optional
Description
Default
False

tenant_ref

Type
Reference to Tenant
Category
optional
Description

cloud_ref

Type
Reference to Cloud
Category
optional
Description
Default
/api/cloud?name=Default-Cloud

Subnet

prefix

Type
IpAddrPrefix
Category
required
Description
Specify an IP subnet prefix for this Network

static_ips

Type
IpAddr
Category
repeated
Description
Specify a pool of IP addresses for use in Service Engines

static_ranges

Type
IpAddrRange
Category
repeated
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

IpAddrRange

begin

Type
IpAddr
Category
required
Description
Starting IP address of the range

end

Type
IpAddr
Category
required
Description
Ending IP address of the range

References

Cloud VIMgrNWRuntime VrfContext Tenant

Sub Objects