public static class NameReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.BackendServiceLocalityLoadBalancingPolicyConfigPolicy.Name.
Constants for wire representations of the BackendServiceLocalityLoadBalancingPolicyConfigPolicy.Types.Name enum.
Inheritance
Object > ComputeEnumConstants.BackendServiceLocalityLoadBalancingPolicyConfigPolicy.NameNamespace
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 |
|
UndefinedName
public const string UndefinedName = "UNDEFINED_NAME"Wire representation of UndefinedName.
| Field Value | |
|---|---|
| Type | Description |
String |
|