Class Geo
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Geo>
com.azure.resourcemanager.network.models.Geo
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The Geo for CIDR advertising. Should be an Geo code.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GeoStatic value AFRI for Geo.static final GeoStatic value APAC for Geo.static final GeoStatic value AQ for Geo.static final GeoStatic value EURO for Geo.static final GeoStatic value GLOBAL for Geo.static final GeoStatic value LATAM for Geo.static final GeoStatic value ME for Geo.static final GeoStatic value NAM for Geo.static final GeoStatic value OCEANIA for Geo. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GeofromString(String name) Creates or finds a Geo from its string representation.static Collection<Geo> values()Gets known Geo values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
GLOBAL
Static value GLOBAL for Geo. -
AFRI
Static value AFRI for Geo. -
APAC
Static value APAC for Geo. -
EURO
Static value EURO for Geo. -
LATAM
Static value LATAM for Geo. -
NAM
Static value NAM for Geo. -
ME
Static value ME for Geo. -
OCEANIA
Static value OCEANIA for Geo. -
AQ
Static value AQ for Geo.
-
-
Constructor Details
-
Geo
Deprecated.Use thefromString(String)factory method.Creates a new instance of Geo value.
-
-
Method Details
-
fromString
Creates or finds a Geo from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Geo.
-
values
Gets known Geo values.- Returns:
- known Geo values.
-
fromString(String)factory method.