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.
{
"destination": "string",
"prefix": 0,
"gateway": "string",
"interface_name": "string",
"is_static": false
}
Destination address that defines this route.
Destination CIDR prefix that defines this route. See http://www.oav.net/mirrors/cidr.html for netmask-to-prefix conversion.
Gateway address.
Output device interface, for example, "nic0".
Static provides information about installation of the route. True indicates the route was installed by the administrator. False indicates the route was autoconfigured