Class RootSquashType


  • public final class RootSquashType
    extends com.azure.core.util.ExpandableStringEnum<RootSquashType>
    Defines values for RootSquashType.
    • 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.
    • Constructor Detail

      • RootSquashType

        public 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.