Class IsWorkloadProtected

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IsWorkloadProtected>
com.azure.resourcemanager.network.models.IsWorkloadProtected
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class IsWorkloadProtected extends com.azure.core.util.ExpandableStringEnum<IsWorkloadProtected>
Value indicating whether the IP address is DDoS workload protected or not.
  • Field Details

    • FALSE

      public static final IsWorkloadProtected FALSE
      Static value False for IsWorkloadProtected.
    • TRUE

      public static final IsWorkloadProtected TRUE
      Static value True for IsWorkloadProtected.
  • Constructor Details

    • IsWorkloadProtected

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

    • fromString

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

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