Class VpnGatewayGeneration
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<VpnGatewayGeneration>
com.microsoft.azure.management.network.VpnGatewayGeneration
public final class VpnGatewayGeneration
extends com.microsoft.rest.ExpandableStringEnum<VpnGatewayGeneration>
Defines values for VpnGatewayGeneration.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final VpnGatewayGeneration
Static value Generation1 for VpnGatewayGeneration.static final VpnGatewayGeneration
Static value Generation2 for VpnGatewayGeneration.static final VpnGatewayGeneration
Static value None for VpnGatewayGeneration. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic VpnGatewayGeneration
fromString
(String name) Creates or finds a VpnGatewayGeneration from its string representation.static Collection<VpnGatewayGeneration>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
NONE
Static value None for VpnGatewayGeneration. -
GENERATION1
Static value Generation1 for VpnGatewayGeneration. -
GENERATION2
Static value Generation2 for VpnGatewayGeneration.
-
-
Constructor Details
-
VpnGatewayGeneration
public VpnGatewayGeneration()
-
-
Method Details
-
fromString
Creates or finds a VpnGatewayGeneration from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding VpnGatewayGeneration
-
values
- Returns:
- known VpnGatewayGeneration values
-