Class RootSquashType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RootSquashType>
com.azure.resourcemanager.storage.models.RootSquashType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The property is for NFS share only. The default is NoRootSquash.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RootSquashTypeStatic value AllSquash for RootSquashType.static final RootSquashTypeStatic value NoRootSquash for RootSquashType.static final RootSquashTypeStatic value RootSquash for RootSquashType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RootSquashTypefromString(String name) Creates or finds a RootSquashType from its string representation.static Collection<RootSquashType>values()Gets known RootSquashType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NO_ROOT_SQUASH
Static value NoRootSquash for RootSquashType. -
ROOT_SQUASH
Static value RootSquash for RootSquashType. -
ALL_SQUASH
Static value AllSquash for RootSquashType.
-
-
Constructor Details
-
RootSquashType
Deprecated.Use thefromString(String)factory method.Creates a new instance of RootSquashType value.
-
-
Method Details
-
fromString
Creates or finds a RootSquashType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RootSquashType.
-
values
Gets known RootSquashType values.- Returns:
- known RootSquashType values.
-
fromString(String)factory method.