URLMapTestArgs

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

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>

The backend service or backend bucket link that should be matched by this test.

Functions

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