Deep Created Origin Group Response
data class DeepCreatedOriginGroupResponse(val healthProbeSettings: HealthProbeParametersResponse? = null, val name: String, val origins: List<ResourceReferenceResponse>, val responseBasedOriginErrorDetectionSettings: ResponseBasedOriginErrorDetectionParametersResponse? = null, val trafficRestorationTimeToHealedOrNewEndpointsInMinutes: Int? = null)
The origin group for CDN content which is added when creating a CDN endpoint. Traffic is sent to the origins within the origin group based on origin health.
Constructors
Link copied to clipboard
fun DeepCreatedOriginGroupResponse(healthProbeSettings: HealthProbeParametersResponse? = null, name: String, origins: List<ResourceReferenceResponse>, responseBasedOriginErrorDetectionSettings: ResponseBasedOriginErrorDetectionParametersResponse? = null, trafficRestorationTimeToHealedOrNewEndpointsInMinutes: Int? = null)
Types
Properties
Link copied to clipboard