supportedIpAddressTypes

@JvmName(name = "kfeqmjleilqtffgw")
suspend fun supportedIpAddressTypes(value: Output<List<String>>)
@JvmName(name = "lwgrdrepjcficgba")
suspend fun supportedIpAddressTypes(value: List<String>?)

Parameters

value

The supported IP address types. The possible values are ipv4 and ipv6.


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


@JvmName(name = "vdpbkbdjtlqutcja")
suspend fun supportedIpAddressTypes(values: List<Output<String>>)
@JvmName(name = "gnmikpijdaqgdqdx")
suspend fun supportedIpAddressTypes(vararg values: String)

Parameters

values

The supported IP address types. The possible values are ipv4 and ipv6.