securityIps

@JvmName(name = "fuyxjxdmqmwfltic")
suspend fun securityIps(value: Output<List<String>>)
@JvmName(name = "mwmcjvmumpchbegg")
suspend fun securityIps(value: List<String>?)

Parameters

value

The IP address whitelist of the instance. Separate multiple IP addresses with commas (,) and cannot be repeated. The following two formats are supported:

  • IP address form, for example: 10.23.12.24.

  • CIDR format, for example, 10.23.12.0/24 (no Inter-Domain Routing, 24 indicates the length of the prefix in the address, ranging from 1 to 32).


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


@JvmName(name = "ambrysvwiupdnhgy")
suspend fun securityIps(values: List<Output<String>>)
@JvmName(name = "tnwhxemsjcdxiubu")
suspend fun securityIps(vararg values: String)

Parameters

values

The IP address whitelist of the instance. Separate multiple IP addresses with commas (,) and cannot be repeated. The following two formats are supported:

  • IP address form, for example: 10.23.12.24.

  • CIDR format, for example, 10.23.12.0/24 (no Inter-Domain Routing, 24 indicates the length of the prefix in the address, ranging from 1 to 32).