VmGuestNetworkingRoutesListResponseBody
This is a response body class for an operation.
Properties
array of
VmGuestNetworkingRoutesInfo
value
Optional
Information about the network routes configured in the guest operating system.
JSON Example
{
"value": [
{
"gateway_address": "string",
"interface_index": 0,
"network": "string",
"prefix_length": 0
}
]
}