Class Performance
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.storage.model.Performance
-
- All Implemented Interfaces:
com.microsoft.azure.toolkit.lib.common.model.ExpandableParameter
public class Performance extends Object implements com.microsoft.azure.toolkit.lib.common.model.ExpandableParameter
-
-
Field Summary
Fields Modifier and Type Field Description private Stringlabelprivate Stringnamestatic PerformancePREMIUMstatic PerformanceSTANDARDprivate static List<Performance>values
-
Constructor Summary
Constructors Modifier Constructor Description privatePerformance(String name, String label)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PerformancefromName(String value)booleanisExpandedValue()static List<Performance>values()
-
-
-
Field Detail
-
STANDARD
public static final Performance STANDARD
-
PREMIUM
public static final Performance PREMIUM
-
values
private static final List<Performance> values
-
name
private final String name
-
label
private final String label
-
-
Method Detail
-
values
public static List<Performance> values()
-
fromName
@Nonnull public static Performance fromName(@Nonnull String value)
-
isExpandedValue
public boolean isExpandedValue()
- Specified by:
isExpandedValuein interfacecom.microsoft.azure.toolkit.lib.common.model.ExpandableParameter
-
-