public class Redundancy extends Object implements ExpandableParameter
| Modifier and Type | Field and Description |
|---|---|
private String |
label |
private String |
name |
private Performance |
performance |
static Redundancy |
PREMIUM_LRS |
static Redundancy |
PREMIUM_ZRS |
static Redundancy |
STANDARD_GRS |
static Redundancy |
STANDARD_LRS |
static Redundancy |
STANDARD_RAGRS |
static Redundancy |
STANDARD_RAGZRS |
static Redundancy |
STANDARD_ZRS |
private static List<Redundancy> |
values |
| Modifier | Constructor and Description |
|---|---|
private |
Redundancy(Performance performance,
String name,
String label) |
| Modifier and Type | Method and Description |
|---|---|
static Redundancy |
fromName(String value) |
boolean |
isExpandedValue() |
static List<Redundancy> |
values() |
public static final Redundancy STANDARD_ZRS
public static final Redundancy STANDARD_LRS
public static final Redundancy STANDARD_GRS
public static final Redundancy STANDARD_RAGZRS
public static final Redundancy PREMIUM_LRS
public static final Redundancy PREMIUM_ZRS
public static final Redundancy STANDARD_RAGRS
private static final List<Redundancy> values
private final Performance performance
private final String name
private final String label
private Redundancy(Performance performance, String name, String label)
public static List<Redundancy> values()
@Nonnull public static Redundancy fromName(@Nonnull String value)
public boolean isExpandedValue()
isExpandedValue in interface ExpandableParameterCopyright © 2024. All rights reserved.