securityIpLists

@JvmName(name = "cbpwyssbgukpughl")
suspend fun securityIpLists(value: Output<List<String>>)
@JvmName(name = "iwyafwvjffyuicjb")
suspend fun securityIpLists(value: List<String>?)

Parameters

value

The IP address whitelist contains a maximum of 1000 IP addresses separated by commas in the following three formats:

  • 0.0.0.0/0

  • 10.23.12.24(IP)

  • 10.23.12.24/24(CIDR mode, Classless Inter-Domain Routing, '/24' indicates the length of the prefix in the address, and the range is '1,32')


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


@JvmName(name = "rnxceqwwakrfanoe")
suspend fun securityIpLists(values: List<Output<String>>)
@JvmName(name = "ihpnxoytmycnyjpa")
suspend fun securityIpLists(vararg values: String)

Parameters

values

The IP address whitelist contains a maximum of 1000 IP addresses separated by commas in the following three formats:

  • 0.0.0.0/0

  • 10.23.12.24(IP)

  • 10.23.12.24/24(CIDR mode, Classless Inter-Domain Routing, '/24' indicates the length of the prefix in the address, and the range is '1,32')