ipAddressType

@JvmName(name = "jcgmscuclvdfcgqd")
suspend fun ipAddressType(value: Output<String>)
@JvmName(name = "ndyydgugacxubuvj")
suspend fun ipAddressType(value: String?)

Parameters

value

The IP address types that can invoke the API. Use ipv4 to allow only IPv4 addresses to invoke your API, or use dualstack to allow both IPv4 and IPv6 addresses to invoke your API. Don’t use IP address type for an HTTP API based on an OpenAPI specification. Instead, specify the IP address type in the OpenAPI specification.