Deep Created Origin Response
data class DeepCreatedOriginResponse(val enabled: Boolean? = null, val hostName: String, val httpPort: Int? = null, val httpsPort: Int? = null, val name: String, val originHostHeader: String? = null, val priority: Int? = null, val privateEndpointStatus: String, val privateLinkAlias: String? = null, val privateLinkApprovalMessage: String? = null, val privateLinkLocation: String? = null, val privateLinkResourceId: String? = null, val weight: Int? = null)
The main origin of CDN content which is added when creating a CDN endpoint.
Constructors
Link copied to clipboard
fun DeepCreatedOriginResponse(enabled: Boolean? = null, hostName: String, httpPort: Int? = null, httpsPort: Int? = null, name: String, originHostHeader: String? = null, priority: Int? = null, privateEndpointStatus: String, privateLinkAlias: String? = null, privateLinkApprovalMessage: String? = null, privateLinkLocation: String? = null, privateLinkResourceId: String? = null, weight: Int? = null)