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>
Link copied to clipboard
val ips: Output<List<String>>
Link copied to clipboard
val ipType: Output<Int>

Functions

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