Class ServiceLevel
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ServiceLevel>
com.azure.resourcemanager.netapp.models.ServiceLevel
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
serviceLevel
The service level of the file system.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServiceLevelStatic value Premium for ServiceLevel.static final ServiceLevelStatic value Standard for ServiceLevel.static final ServiceLevelStatic value StandardZRS for ServiceLevel.static final ServiceLevelStatic value Ultra for ServiceLevel. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ServiceLevelfromString(String name) Creates or finds a ServiceLevel from its string representation.static Collection<ServiceLevel> values()Gets known ServiceLevel values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
STANDARD
Static value Standard for ServiceLevel. -
PREMIUM
Static value Premium for ServiceLevel. -
ULTRA
Static value Ultra for ServiceLevel. -
STANDARD_ZRS
Static value StandardZRS for ServiceLevel.
-
-
Constructor Details
-
ServiceLevel
Deprecated.Use thefromString(String)factory method.Creates a new instance of ServiceLevel value.
-
-
Method Details
-
fromString
Creates or finds a ServiceLevel from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ServiceLevel.
-
values
Gets known ServiceLevel values.- Returns:
- known ServiceLevel values.
-
fromString(String)factory method.