Class NfsAccessRuleScope

java.lang.Object
com.azure.core.util.ExpandableStringEnum<NfsAccessRuleScope>
com.azure.resourcemanager.storagecache.models.NfsAccessRuleScope

public final class NfsAccessRuleScope extends com.azure.core.util.ExpandableStringEnum<NfsAccessRuleScope>
Defines values for NfsAccessRuleScope.
  • Field Details

    • DEFAULT

      public static final NfsAccessRuleScope DEFAULT
      Static value default for NfsAccessRuleScope.
    • NETWORK

      public static final NfsAccessRuleScope NETWORK
      Static value network for NfsAccessRuleScope.
    • HOST

      public static final NfsAccessRuleScope HOST
      Static value host for NfsAccessRuleScope.
  • Constructor Details

    • NfsAccessRuleScope

      public NfsAccessRuleScope()
  • Method Details

    • fromString

      public static NfsAccessRuleScope fromString(String name)
      Creates or finds a NfsAccessRuleScope from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding NfsAccessRuleScope.
    • values

      public static Collection<NfsAccessRuleScope> values()
      Gets known NfsAccessRuleScope values.
      Returns:
      known NfsAccessRuleScope values.