Class PeeringLocationsKind

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

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

    • DIRECT

      public static final PeeringLocationsKind DIRECT
      Static value Direct for PeeringLocationsKind.
    • EXCHANGE

      public static final PeeringLocationsKind EXCHANGE
      Static value Exchange for PeeringLocationsKind.
  • Constructor Details

    • PeeringLocationsKind

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

    • fromString

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

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