hostFqdnList

@JvmName(name = "cjdewkdhhjtllppg")
suspend fun hostFqdnList(value: Output<List<String>>)
@JvmName(name = "nnicohsggmlkaabu")
suspend fun hostFqdnList(value: List<String>?)

Parameters

value

Gets or sets list of hosts (FQDN) currently being tracked by the cluster.


@JvmName(name = "xucfssiypdxclmax")
suspend fun hostFqdnList(vararg values: Output<String>)


@JvmName(name = "vdnrsqrjvlvlrems")
suspend fun hostFqdnList(values: List<Output<String>>)
@JvmName(name = "dmbsnfaqlutvvnqe")
suspend fun hostFqdnList(vararg values: String)

Parameters

values

Gets or sets list of hosts (FQDN) currently being tracked by the cluster.