data class VirtualHubRouteV2Args(val destinationType: Output<String>? = null, val destinations: Output<List<String>>? = null, val nextHopType: Output<String>? = null, val nextHops: Output<List<String>>? = null) : ConvertibleToJava<VirtualHubRouteV2Args>