Get Router Status Best Route
data class GetRouterStatusBestRoute(val description: String, val destRange: String, val name: String, val network: String, val nextHopGateway: String, val nextHopIlb: String, val nextHopInstance: String, val nextHopInstanceZone: String, val nextHopIp: String, val nextHopNetwork: String, val nextHopVpnTunnel: String, val priority: Int, val project: String, val selfLink: String, val tags: List<String>)
Constructors
Link copied to clipboard
constructor(description: String, destRange: String, name: String, network: String, nextHopGateway: String, nextHopIlb: String, nextHopInstance: String, nextHopInstanceZone: String, nextHopIp: String, nextHopNetwork: String, nextHopVpnTunnel: String, priority: Int, project: String, selfLink: String, tags: List<String>)