excludedIpAddresses

@JvmName(name = "rbekxrlbfvamuyls")
suspend fun excludedIpAddresses(value: Output<List<String>>)
@JvmName(name = "dajqqxvkceyjevnv")
suspend fun excludedIpAddresses(value: List<String>?)

Parameters

value

A list of IPv4/IPv6 subnet masks or IPv4/IPv6 IP addresses to be excluded to the Network Connection Monitor endpoint.


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


@JvmName(name = "tljovdacocyhykmj")
suspend fun excludedIpAddresses(values: List<Output<String>>)
@JvmName(name = "sraoabtrxdebwrid")
suspend fun excludedIpAddresses(vararg values: String)

Parameters

values

A list of IPv4/IPv6 subnet masks or IPv4/IPv6 IP addresses to be excluded to the Network Connection Monitor endpoint.