ipFamilies

@JvmName(name = "ipvjeycybydpiauu")
suspend fun ipFamilies(value: Output<List<Either<String, IpFamily>>>)
@JvmName(name = "yfrfxuwxmekmtvws")
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 = "athepwnarhvyjjre")
suspend fun ipFamilies(vararg values: Output<Either<String, IpFamily>>)


@JvmName(name = "icxenlngobaodcxq")
suspend fun ipFamilies(values: List<Output<Either<String, IpFamily>>>)
@JvmName(name = "snburjftenotlaxg")
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.