DeviceDexTestDataArgs

data class DeviceDexTestDataArgs(val host: Output<String>, val kind: Output<String>, val method: Output<String>? = null) : ConvertibleToJava<DeviceDexTestDataArgs>

Constructors

Link copied to clipboard
constructor(host: Output<String>, kind: Output<String>, method: Output<String>? = null)

Properties

Link copied to clipboard
val host: Output<String>

The host URL for http test kind. For traceroute, it must be a valid hostname or IP address.

Link copied to clipboard
val kind: Output<String>

The type of Device Dex Test. Available values: http, traceroute.

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

The http request method. Available values: GET.

Functions

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