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

public final class IsGlobal extends com.azure.core.util.ExpandableStringEnum<IsGlobal>
Flag if global mesh is supported.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IsGlobal
    Static value False for IsGlobal.
    static final IsGlobal
    Static value True for IsGlobal.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static IsGlobal
    Creates or finds a IsGlobal from its string representation.
    Gets known IsGlobal values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • FALSE

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

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

  • Method Details

    • fromString

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

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