Techpreview_Networking_Routes_RouteReadOnly

Techpreview_Networking_Routes_RouteReadOnly
Techpreview_Networking_Routes_RouteReadOnly

Routes.RouteReadOnly structure Structure that describes how routing is performed for a particular destination and prefix. A destination/prefix of 0.0.0.0/0 ( for IPv4) or ::/0 (for IPv6) refers to the default gateway. Note: This structure is restricted for VMware internal use only.

JSON Example
{
    "destination": "string",
    "prefix": 0,
    "gateway": "string",
    "interface_name": "string",
    "is_static": false
}
string
destination
Required

Destination address that defines this route.

integer As int64
prefix
Required

Destination CIDR prefix that defines this route. See http://www.oav.net/mirrors/cidr.html for netmask-to-prefix conversion.

string
gateway
Required

Gateway address.

string
interface_name
Required

Output device interface, for example, "nic0".

boolean
is_static
Required

Static provides information about installation of the route. True indicates the route was installed by the administrator. False indicates the route was autoconfigured