DomainNameEndpointConfiguration

data class DomainNameEndpointConfiguration(val ipAddressType: String? = null, val types: String)

Constructors

Link copied to clipboard
constructor(ipAddressType: String? = null, types: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipAddressType: String? = null
Link copied to clipboard

A list of endpoint types of an API or its custom domain name. For an edge-optimized API and its custom domain name, the endpoint type is EDGE. For a regional API and its custom domain name, the endpoint type is REGIONAL. For a private API, the endpoint type is PRIVATE.