Class Redundancy
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.storage.model.Redundancy
-
- All Implemented Interfaces:
com.microsoft.azure.toolkit.lib.common.model.ExpandableParameter
public class Redundancy extends Object implements com.microsoft.azure.toolkit.lib.common.model.ExpandableParameter
-
-
Field Summary
Fields Modifier and Type Field Description private Stringlabelprivate Stringnameprivate Performanceperformancestatic RedundancyPREMIUM_LRSstatic RedundancyPREMIUM_ZRSstatic RedundancySTANDARD_GRSstatic RedundancySTANDARD_LRSstatic RedundancySTANDARD_RAGRSstatic RedundancySTANDARD_RAGZRSstatic RedundancySTANDARD_ZRSprivate static List<Redundancy>values
-
Constructor Summary
Constructors Modifier Constructor Description privateRedundancy(Performance performance, String name, String label)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RedundancyfromName(String value)booleanisExpandedValue()static List<Redundancy>values()
-
-
-
Field Detail
-
STANDARD_ZRS
public static final Redundancy STANDARD_ZRS
-
STANDARD_LRS
public static final Redundancy STANDARD_LRS
-
STANDARD_GRS
public static final Redundancy STANDARD_GRS
-
STANDARD_RAGZRS
public static final Redundancy STANDARD_RAGZRS
-
PREMIUM_LRS
public static final Redundancy PREMIUM_LRS
-
PREMIUM_ZRS
public static final Redundancy PREMIUM_ZRS
-
STANDARD_RAGRS
public static final Redundancy STANDARD_RAGRS
-
values
private static final List<Redundancy> values
-
performance
private final Performance performance
-
name
private final String name
-
label
private final String label
-
-
Constructor Detail
-
Redundancy
private Redundancy(Performance performance, String name, String label)
-
-
Method Detail
-
values
public static List<Redundancy> values()
-
fromName
@Nonnull public static Redundancy fromName(@Nonnull String value)
-
isExpandedValue
public boolean isExpandedValue()
- Specified by:
isExpandedValuein interfacecom.microsoft.azure.toolkit.lib.common.model.ExpandableParameter
-
-