public static class ComputeEnumConstants.Backend.BalancingMode
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.Backend.BalancingMode.
Constants for wire representations of the Backend.Types.BalancingMode enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Connection
public const string Connection = "CONNECTION"
Wire representation of Connection.
Field Value | |
---|---|
Type | Description |
string |
Rate
public const string Rate = "RATE"
Wire representation of Rate.
Field Value | |
---|---|
Type | Description |
string |
UndefinedBalancingMode
public const string UndefinedBalancingMode = "UNDEFINED_BALANCING_MODE"
Wire representation of UndefinedBalancingMode.
Field Value | |
---|---|
Type | Description |
string |
Utilization
public const string Utilization = "UTILIZATION"
Wire representation of Utilization.
Field Value | |
---|---|
Type | Description |
string |