Class ComputeEnumConstants.BackendService.LocalityLbPolicy (1.0.0)

public static class LocalityLbPolicy

Constants for wire representations of the BackendService.Types.LocalityLbPolicy enum.

Inheritance

Object > ComputeEnumConstants.BackendService.LocalityLbPolicy

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

InvalidLbPolicy

public const string InvalidLbPolicy = "INVALID_LB_POLICY"

Wire representation of InvalidLbPolicy.

Field Value
TypeDescription
String

LeastRequest

public const string LeastRequest = "LEAST_REQUEST"

Wire representation of LeastRequest.

Field Value
TypeDescription
String

Maglev

public const string Maglev = "MAGLEV"

Wire representation of Maglev.

Field Value
TypeDescription
String

OriginalDestination

public const string OriginalDestination = "ORIGINAL_DESTINATION"

Wire representation of OriginalDestination.

Field Value
TypeDescription
String

Random

public const string Random = "RANDOM"

Wire representation of Random.

Field Value
TypeDescription
String

RingHash

public const string RingHash = "RING_HASH"

Wire representation of RingHash.

Field Value
TypeDescription
String

RoundRobin

public const string RoundRobin = "ROUND_ROBIN"

Wire representation of RoundRobin.

Field Value
TypeDescription
String

UndefinedLocalityLbPolicy

public const string UndefinedLocalityLbPolicy = "UNDEFINED_LOCALITY_LB_POLICY"

Wire representation of UndefinedLocalityLbPolicy.

Field Value
TypeDescription
String