clientLists

@JvmName(name = "wthhdojxsplqfoel")
suspend fun clientLists(value: Output<List<String>>)
@JvmName(name = "sxcsowetjkehwikr")
suspend fun clientLists(value: List<String>?)

Parameters

value

The list of clients that are allowed to access the file gateway. The list must contain either valid IP addresses or valid CIDR blocks. Set to ["0&#46;0&#46;0&#46;0/0"] to not limit access. Minimum 1 item. Maximum 100 items.


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


@JvmName(name = "vatjutvmufcojyim")
suspend fun clientLists(values: List<Output<String>>)
@JvmName(name = "yylcppletxxsacem")
suspend fun clientLists(vararg values: String)

Parameters

values

The list of clients that are allowed to access the file gateway. The list must contain either valid IP addresses or valid CIDR blocks. Set to ["0&#46;0&#46;0&#46;0/0"] to not limit access. Minimum 1 item. Maximum 100 items.