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 Summary
FieldsModifier and TypeFieldDescriptionstatic final PeeringLocationsKindStatic value Direct for PeeringLocationsKind.static final PeeringLocationsKindStatic value Exchange for PeeringLocationsKind. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PeeringLocationsKindfromString(String name) Creates or finds a PeeringLocationsKind from its string representation.static Collection<PeeringLocationsKind> values()Gets known PeeringLocationsKind values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
DIRECT
Static value Direct for PeeringLocationsKind. -
EXCHANGE
Static value Exchange for PeeringLocationsKind.
-
-
Constructor Details
-
PeeringLocationsKind
Deprecated.Use thefromString(String)factory method.Creates a new instance of PeeringLocationsKind value.
-
-
Method Details
-
fromString
Creates or finds a PeeringLocationsKind from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PeeringLocationsKind.
-
values
Gets known PeeringLocationsKind values.- Returns:
- known PeeringLocationsKind values.
-
fromString(String)factory method.