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

public final class Geo extends com.azure.core.util.ExpandableStringEnum<Geo>
The Geo for CIDR advertising. Should be an Geo code.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Geo
    Static value AFRI for Geo.
    static final Geo
    Static value APAC for Geo.
    static final Geo
    Static value AQ for Geo.
    static final Geo
    Static value EURO for Geo.
    static final Geo
    Static value GLOBAL for Geo.
    static final Geo
    Static value LATAM for Geo.
    static final Geo
    Static value ME for Geo.
    static final Geo
    Static value NAM for Geo.
    static final Geo
    Static value OCEANIA for Geo.
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    static Geo
    Creates or finds a Geo from its string representation.
    static Collection<Geo>
    Gets known Geo 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

    • GLOBAL

      public static final Geo GLOBAL
      Static value GLOBAL for Geo.
    • AFRI

      public static final Geo AFRI
      Static value AFRI for Geo.
    • APAC

      public static final Geo APAC
      Static value APAC for Geo.
    • EURO

      public static final Geo EURO
      Static value EURO for Geo.
    • LATAM

      public static final Geo LATAM
      Static value LATAM for Geo.
    • NAM

      public static final Geo NAM
      Static value NAM for Geo.
    • ME

      public static final Geo ME
      Static value ME for Geo.
    • OCEANIA

      public static final Geo OCEANIA
      Static value OCEANIA for Geo.
    • AQ

      public static final Geo AQ
      Static value AQ for Geo.
  • Constructor Details

  • Method Details

    • fromString

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

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