public static class ComputeEnumConstants.BackendService.LocalityLbPolicy
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.BackendService.LocalityLbPolicy.
Constants for wire representations of the BackendService.Types.LocalityLbPolicy enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
InvalidLbPolicy
public const string InvalidLbPolicy = "INVALID_LB_POLICY"
Wire representation of InvalidLbPolicy.
Field Value | |
---|---|
Type | Description |
string |
LeastRequest
public const string LeastRequest = "LEAST_REQUEST"
Wire representation of LeastRequest.
Field Value | |
---|---|
Type | Description |
string |
Maglev
public const string Maglev = "MAGLEV"
Wire representation of Maglev.
Field Value | |
---|---|
Type | Description |
string |
OriginalDestination
public const string OriginalDestination = "ORIGINAL_DESTINATION"
Wire representation of OriginalDestination.
Field Value | |
---|---|
Type | Description |
string |
Random
public const string Random = "RANDOM"
Wire representation of Random.
Field Value | |
---|---|
Type | Description |
string |
RingHash
public const string RingHash = "RING_HASH"
Wire representation of RingHash.
Field Value | |
---|---|
Type | Description |
string |
RoundRobin
public const string RoundRobin = "ROUND_ROBIN"
Wire representation of RoundRobin.
Field Value | |
---|---|
Type | Description |
string |
UndefinedLocalityLbPolicy
public const string UndefinedLocalityLbPolicy = "UNDEFINED_LOCALITY_LB_POLICY"
Wire representation of UndefinedLocalityLbPolicy.
Field Value | |
---|---|
Type | Description |
string |
WeightedMaglev
public const string WeightedMaglev = "WEIGHTED_MAGLEV"
Wire representation of WeightedMaglev.
Field Value | |
---|---|
Type | Description |
string |