Route Info Response
data class RouteInfoResponse(val destIpRange: String, val destPortRanges: List<String>, val displayName: String, val instanceTags: List<String>, val networkUri: String, val nextHop: String, val nextHopType: String, val priority: Int, val protocols: List<String>, val routeType: String, val srcIpRange: String, val srcPortRanges: List<String>, val uri: String)
For display only. Metadata associated with a Compute Engine route.
Properties
Link copied to clipboard
Destination IP range of the route.
Link copied to clipboard
Destination port ranges of the route. Policy based routes only.
Link copied to clipboard
Name of a Compute Engine route.
Link copied to clipboard
Instance tags of the route.
Link copied to clipboard
URI of a Compute Engine network.
Link copied to clipboard
Type of next hop.
Link copied to clipboard
Source IP address range of the route. Policy based routes only.
Link copied to clipboard
Source port ranges of the route. Policy based routes only.