Show / Hide Table of Contents

Class GetBackendServiceOutlierDetectionResult

Inheritance
System.Object
GetBackendServiceOutlierDetectionResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetBackendServiceOutlierDetectionResult

Fields

View Source

BaseEjectionTimes

Declaration
public readonly ImmutableArray<GetBackendServiceOutlierDetectionBaseEjectionTimeResult> BaseEjectionTimes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetBackendServiceOutlierDetectionBaseEjectionTimeResult>
View Source

ConsecutiveErrors

Declaration
public readonly int ConsecutiveErrors
Field Value
Type Description
System.Int32
View Source

ConsecutiveGatewayFailure

Declaration
public readonly int ConsecutiveGatewayFailure
Field Value
Type Description
System.Int32
View Source

EnforcingConsecutiveErrors

Declaration
public readonly int EnforcingConsecutiveErrors
Field Value
Type Description
System.Int32
View Source

EnforcingConsecutiveGatewayFailure

Declaration
public readonly int EnforcingConsecutiveGatewayFailure
Field Value
Type Description
System.Int32
View Source

EnforcingSuccessRate

Declaration
public readonly int EnforcingSuccessRate
Field Value
Type Description
System.Int32
View Source

Intervals

Declaration
public readonly ImmutableArray<GetBackendServiceOutlierDetectionIntervalResult> Intervals
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetBackendServiceOutlierDetectionIntervalResult>
View Source

MaxEjectionPercent

Declaration
public readonly int MaxEjectionPercent
Field Value
Type Description
System.Int32
View Source

SuccessRateMinimumHosts

Declaration
public readonly int SuccessRateMinimumHosts
Field Value
Type Description
System.Int32
View Source

SuccessRateRequestVolume

Declaration
public readonly int SuccessRateRequestVolume
Field Value
Type Description
System.Int32
View Source

SuccessRateStdevFactor

Declaration
public readonly int SuccessRateStdevFactor
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.