Compute Engine v1 API - Class ComputeEnumConstants.Backend.BalancingMode (2.6.0)

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

Inheritance

Object > ComputeEnumConstants.Backend.BalancingMode

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Connection

public const string Connection = "CONNECTION"

Wire representation of Connection.

Field Value
TypeDescription
String

Rate

public const string Rate = "RATE"

Wire representation of Rate.

Field Value
TypeDescription
String

UndefinedBalancingMode

public const string UndefinedBalancingMode = "UNDEFINED_BALANCING_MODE"

Wire representation of UndefinedBalancingMode.

Field Value
TypeDescription
String

Utilization

public const string Utilization = "UTILIZATION"

Wire representation of Utilization.

Field Value
TypeDescription
String