ValidationThresholdGrouping Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. networkcloud. models. ValidationThresholdGrouping
- com.
- com.
public final class ValidationThresholdGrouping
extends ExpandableStringEnum<ValidationThresholdGrouping>
Selection of how the type evaluation is applied to the cluster calculation.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Validation |
PER_CLUSTER
Static value Per |
|
static final
Validation |
PER_RACK
Static value Per |
Constructor Summary
| Constructor | Description |
|---|---|
| ValidationThresholdGrouping() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Validation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Validation |
fromString(String name)
Creates or finds a Validation |
|
static
Collection<Validation |
values()
Gets known Validation |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
PER_CLUSTER
public static final ValidationThresholdGrouping PER_CLUSTER
Static value PerCluster for ValidationThresholdGrouping.
PER_RACK
public static final ValidationThresholdGrouping PER_RACK
Static value PerRack for ValidationThresholdGrouping.
Constructor Details
ValidationThresholdGrouping
@Deprecated
public ValidationThresholdGrouping()
Deprecated
Creates a new instance of ValidationThresholdGrouping value.
Method Details
fromString
public static ValidationThresholdGrouping fromString(String name)
Creates or finds a ValidationThresholdGrouping from its string representation.
Parameters:
Returns:
values
public static Collection<ValidationThresholdGrouping> values()
Gets known ValidationThresholdGrouping values.
Returns: