SyntheticTaskCommonSettingCustomHostHostArgs

data class SyntheticTaskCommonSettingCustomHostHostArgs(val domain: Output<String>, val ipType: Output<Int>, val ips: Output<List<String>>) : ConvertibleToJava<SyntheticTaskCommonSettingCustomHostHostArgs>

Constructors

constructor(domain: Output<String>, ipType: Output<Int>, ips: Output<List<String>>)

Properties

Link copied to clipboard
val domain: Output<String>

Domain Name.

Link copied to clipboard
val ips: Output<List<String>>

The IP list.

Link copied to clipboard
val ipType: Output<Int>

IpType.

Functions

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