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

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.

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