public static class ComputeEnumConstants.BackendServiceLocalityLoadBalancingPolicyConfigPolicy.Name
Reference 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
GoogleCloudGoogle.Cloud.ComputeV1Assembly
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 |
WeightedMaglev
public const string WeightedMaglev = "WEIGHTED_MAGLEV"
Wire representation of WeightedMaglev.
Field Value | |
---|---|
Type | Description |
string |