ips

@JvmName(name = "uqgycjjxprrxddtr")
suspend fun ips(value: Output<List<String>>)
@JvmName(name = "yfalkxalfifqabbs")
suspend fun ips(value: List<String>?)

Parameters

value

IPs lists the network addresses assigned to the device's network interface. This can include both IPv4 and IPv6 addresses. The IPs are in the CIDR notation, which includes both the address and the associated subnet mask. e.g.: "192.0.2.5/24" for IPv4 and "2001:db8::5/64" for IPv6. Must not contain more than 16 entries.


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


@JvmName(name = "tybpcuijiahskpnd")
suspend fun ips(values: List<Output<String>>)
@JvmName(name = "dsrkrxbmkgebruuo")
suspend fun ips(vararg values: String)

Parameters

values

IPs lists the network addresses assigned to the device's network interface. This can include both IPv4 and IPv6 addresses. The IPs are in the CIDR notation, which includes both the address and the associated subnet mask. e.g.: "192.0.2.5/24" for IPv4 and "2001:db8::5/64" for IPv6. Must not contain more than 16 entries.