RegionUrlMapTestArgs

data class RegionUrlMapTestArgs(val description: Output<String>? = null, val host: Output<String>, val path: Output<String>, val service: Output<String>) : ConvertibleToJava<RegionUrlMapTestArgs>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, host: Output<String>, path: Output<String>, service: Output<String>)

Properties

Link copied to clipboard
val description: Output<String>? = null

Description of this test case.

Link copied to clipboard
val host: Output<String>

Host portion of the URL.

Link copied to clipboard
val path: Output<String>

Path portion of the URL.

Link copied to clipboard
val service: Output<String>

A reference to expected RegionBackendService resource the given URL should be mapped to.

Functions

Link copied to clipboard
open override fun toJava(): RegionUrlMapTestArgs