srcAddressGroups

@JvmName(name = "jedfiautsfwlsgtb")
suspend fun srcAddressGroups(value: Output<List<String>>)
@JvmName(name = "rskmgiicnwywgayf")
suspend fun srcAddressGroups(value: List<String>?)

Parameters

value

Address groups which should be matched against the traffic source. Maximum number of source address groups is 10. Source address groups is only supported in Ingress rules.


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


@JvmName(name = "mkhgrmflfnjyibvc")
suspend fun srcAddressGroups(values: List<Output<String>>)
@JvmName(name = "fpbduxxxakeccyny")
suspend fun srcAddressGroups(vararg values: String)

Parameters

values

Address groups which should be matched against the traffic source. Maximum number of source address groups is 10. Source address groups is only supported in Ingress rules.