ServiceLoadMetricWeight

enum ServiceLoadMetricWeight : Enum<ServiceLoadMetricWeight> , ConvertibleToJava<ServiceLoadMetricWeight>

The service load metric relative weight, compared to other metrics configured for this service, as a number.

Entries

Link copied to clipboard

Disables resource balancing for this metric. This value is zero.

Link copied to clipboard

Specifies the metric weight of the service load as Low. The value is 1.

Link copied to clipboard

Specifies the metric weight of the service load as Medium. The value is 2.

Link copied to clipboard

Specifies the metric weight of the service load as High. The value is 3.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: ServiceLoadMetricWeight
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): ServiceLoadMetricWeight
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.