Show / Hide Table of Contents

Class TargetGroupLoadBalancingAlgorithmType

Load balancing algorithmm type for target groups.

Inheritance
System.Object
TargetGroupLoadBalancingAlgorithmType
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public sealed class TargetGroupLoadBalancingAlgorithmType : Enum
Syntax (vb)
Public NotInheritable Class TargetGroupLoadBalancingAlgorithmType
    Inherits

     Enum

Synopsis

Fields

LEAST_OUTSTANDING_REQUESTS

least_outstanding_requests.

ROUND_ROBIN

round_robin.

value__

Fields

LEAST_OUTSTANDING_REQUESTS

least_outstanding_requests.

public const TargetGroupLoadBalancingAlgorithmType LEAST_OUTSTANDING_REQUESTS
Field Value
Type Description
TargetGroupLoadBalancingAlgorithmType

ROUND_ROBIN

round_robin.

public const TargetGroupLoadBalancingAlgorithmType ROUND_ROBIN
Field Value
Type Description
TargetGroupLoadBalancingAlgorithmType

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX