Backend Service Outlier Detection Args
constructor(baseEjectionTime: Output<BackendServiceOutlierDetectionBaseEjectionTimeArgs>? = null, consecutiveErrors: Output<Int>? = null, consecutiveGatewayFailure: Output<Int>? = null, enforcingConsecutiveErrors: Output<Int>? = null, enforcingConsecutiveGatewayFailure: Output<Int>? = null, enforcingSuccessRate: Output<Int>? = null, interval: Output<BackendServiceOutlierDetectionIntervalArgs>? = null, maxEjectionPercent: Output<Int>? = null, successRateMinimumHosts: Output<Int>? = null, successRateRequestVolume: Output<Int>? = null, successRateStdevFactor: Output<Int>? = null)