Class ExpressRoutePeeringType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ExpressRoutePeeringType>
-
- com.azure.resourcemanager.network.models.ExpressRoutePeeringType
-
public final class ExpressRoutePeeringType extends com.azure.core.util.ExpandableStringEnum<ExpressRoutePeeringType>
Defines values for ExpressRoutePeeringType.
-
-
Field Summary
Fields Modifier and Type Field Description static ExpressRoutePeeringTypeAZURE_PRIVATE_PEERINGStatic value AzurePrivatePeering for ExpressRoutePeeringType.static ExpressRoutePeeringTypeAZURE_PUBLIC_PEERINGStatic value AzurePublicPeering for ExpressRoutePeeringType.static ExpressRoutePeeringTypeMICROSOFT_PEERINGStatic value MicrosoftPeering for ExpressRoutePeeringType.
-
Constructor Summary
Constructors Constructor Description ExpressRoutePeeringType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExpressRoutePeeringTypefromString(String name)Creates or finds a ExpressRoutePeeringType from its string representation.static Collection<ExpressRoutePeeringType>values()
-
-
-
Field Detail
-
AZURE_PUBLIC_PEERING
public static final ExpressRoutePeeringType AZURE_PUBLIC_PEERING
Static value AzurePublicPeering for ExpressRoutePeeringType.
-
AZURE_PRIVATE_PEERING
public static final ExpressRoutePeeringType AZURE_PRIVATE_PEERING
Static value AzurePrivatePeering for ExpressRoutePeeringType.
-
MICROSOFT_PEERING
public static final ExpressRoutePeeringType MICROSOFT_PEERING
Static value MicrosoftPeering for ExpressRoutePeeringType.
-
-
Method Detail
-
fromString
public static ExpressRoutePeeringType fromString(String name)
Creates or finds a ExpressRoutePeeringType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExpressRoutePeeringType.
-
values
public static Collection<ExpressRoutePeeringType> values()
- Returns:
- known ExpressRoutePeeringType values.
-
-