ipFamilies

@JvmName(name = "behgibpkcfexfvar")
suspend fun ipFamilies(value: Output<List<Either<String, IpFamily>>>)
@JvmName(name = "yhhpeubovkeqhweu")
suspend fun ipFamilies(value: List<Either<String, IpFamily>>?)

Parameters

value

IP families are used to determine single-stack or dual-stack clusters. For single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and IPv6.


@JvmName(name = "jdhcsaregawxcgxt")
suspend fun ipFamilies(vararg values: Output<Either<String, IpFamily>>)


@JvmName(name = "yvxjeyubhxffohuf")
suspend fun ipFamilies(values: List<Output<Either<String, IpFamily>>>)
@JvmName(name = "jklbcvghlkibfytj")
suspend fun ipFamilies(vararg values: Either<String, IpFamily>)

Parameters

values

IP families are used to determine single-stack or dual-stack clusters. For single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and IPv6.