public static class LocalityLbPolicyConstants 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 |
|