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>

public final class RootSquashType extends com.azure.core.util.ExpandableStringEnum<RootSquashType>
The property is for NFS share only. The default is NoRootSquash.
  • Field Details

    • 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 Details

    • RootSquashType

      @Deprecated public RootSquashType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of RootSquashType value.
  • Method Details

    • 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()
      Gets known RootSquashType values.
      Returns:
      known RootSquashType values.