Endpoint

Endpoint
Endpoint

An Endpoint object is part of HostSwitch configuration in TransportNode

JSON Example
{
    "subnet_mask": "string",
    "mac": "string",
    "default_gateway": "string",
    "ip": "string",
    "device_name": "string",
    "label": 0
}
string As ip As ip
subnet_mask
Optional

Subnet mask

string As /^(([0-9A-Fa-f]{2}[:]){5}([0-9A-Fa-f]{2}))|(([0-9A-Fa-f]{2}[-]){5}([0-9A-Fa-f]{2}))$/
mac
Optional

MAC address

string As ip As ip
default_gateway
Optional

Gateway IP

string As ip As ip
ip
Optional

Depending upon the EndpointIpConfig used in HostSwitch, IP could be allocated either from DHCP (default) or from Static IP Pool.

string
device_name
Optional

Name of the virtual tunnel endpoint

integer As int32 As int32
label
Optional

Unique label for this Endpoint

Property Of