allowedClients

@JvmName(name = "pkuniocoqeqfreib")
suspend fun allowedClients(value: Output<List<String>>)
@JvmName(name = "pvlncufdiydocmak")
suspend fun allowedClients(value: List<String>)

Parameters

value

A list of allowed clients IPv4 addresses.


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


@JvmName(name = "lchbutoveaxnfhpg")
suspend fun allowedClients(values: List<Output<String>>)
@JvmName(name = "uvclqxygdejjmsib")
suspend fun allowedClients(vararg values: String)

Parameters

values

A list of allowed clients IPv4 addresses.