Route Args
fun RouteArgs(allowConflictingSubnetworks: Output<Boolean>? = null, description: Output<String>? = null, destRange: Output<String>? = null, ilbRouteBehaviorOnUnhealthy: Output<RouteIlbRouteBehaviorOnUnhealthy>? = null, name: Output<String>? = null, network: Output<String>? = null, nextHopGateway: Output<String>? = null, nextHopIlb: Output<String>? = null, nextHopInstance: Output<String>? = null, nextHopIp: Output<String>? = null, nextHopNetwork: Output<String>? = null, nextHopVpnTunnel: Output<String>? = null, priority: Output<Int>? = null, project: Output<String>? = null, requestId: Output<String>? = null, tags: Output<List<String>>? = null)