Class RootSquashType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<RootSquashType>
-
- com.azure.resourcemanager.storage.models.RootSquashType
-
public final class RootSquashType extends com.azure.core.util.ExpandableStringEnum<RootSquashType>
Defines values for RootSquashType.
-
-
Field Summary
Fields Modifier and Type Field Description static RootSquashTypeALL_SQUASHStatic value AllSquash for RootSquashType.static RootSquashTypeNO_ROOT_SQUASHStatic value NoRootSquash for RootSquashType.static RootSquashTypeROOT_SQUASHStatic value RootSquash for RootSquashType.
-
Constructor Summary
Constructors Constructor Description RootSquashType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RootSquashTypefromString(String name)Creates or finds a RootSquashType from its string representation.static Collection<RootSquashType>values()
-
-
-
Field Detail
-
NO_ROOT_SQUASH
public static final RootSquashType NO_ROOT_SQUASH
Static value NoRootSquash for RootSquashType.
-
ROOT_SQUASH
public static final RootSquashType ROOT_SQUASH
Static value RootSquash for RootSquashType.
-
ALL_SQUASH
public static final RootSquashType ALL_SQUASH
Static value AllSquash for RootSquashType.
-
-
Method Detail
-
fromString
public static RootSquashType fromString(String name)
Creates or finds a RootSquashType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RootSquashType.
-
values
public static Collection<RootSquashType> values()
- Returns:
- known RootSquashType values.
-
-