Get Backend Service Outlier Detection
data class GetBackendServiceOutlierDetection(val baseEjectionTimes: List<GetBackendServiceOutlierDetectionBaseEjectionTime>, val consecutiveErrors: Int, val consecutiveGatewayFailure: Int, val enforcingConsecutiveErrors: Int, val enforcingConsecutiveGatewayFailure: Int, val enforcingSuccessRate: Int, val intervals: List<GetBackendServiceOutlierDetectionInterval>, val maxEjectionPercent: Int, val successRateMinimumHosts: Int, val successRateRequestVolume: Int, val successRateStdevFactor: Int)
Constructors
Link copied to clipboard
constructor(baseEjectionTimes: List<GetBackendServiceOutlierDetectionBaseEjectionTime>, consecutiveErrors: Int, consecutiveGatewayFailure: Int, enforcingConsecutiveErrors: Int, enforcingConsecutiveGatewayFailure: Int, enforcingSuccessRate: Int, intervals: List<GetBackendServiceOutlierDetectionInterval>, maxEjectionPercent: Int, successRateMinimumHosts: Int, successRateRequestVolume: Int, successRateStdevFactor: Int)