Class GatewayLoadBalancerTunnelInterfaceType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<GatewayLoadBalancerTunnelInterfaceType>
-
- com.azure.resourcemanager.network.models.GatewayLoadBalancerTunnelInterfaceType
-
public final class GatewayLoadBalancerTunnelInterfaceType extends com.azure.core.util.ExpandableStringEnum<GatewayLoadBalancerTunnelInterfaceType>
Defines values for GatewayLoadBalancerTunnelInterfaceType.
-
-
Field Summary
Fields Modifier and Type Field Description static GatewayLoadBalancerTunnelInterfaceTypeEXTERNALStatic value External for GatewayLoadBalancerTunnelInterfaceType.static GatewayLoadBalancerTunnelInterfaceTypeINTERNALStatic value Internal for GatewayLoadBalancerTunnelInterfaceType.static GatewayLoadBalancerTunnelInterfaceTypeNONEStatic value None for GatewayLoadBalancerTunnelInterfaceType.
-
Constructor Summary
Constructors Constructor Description GatewayLoadBalancerTunnelInterfaceType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GatewayLoadBalancerTunnelInterfaceTypefromString(String name)Creates or finds a GatewayLoadBalancerTunnelInterfaceType from its string representation.static Collection<GatewayLoadBalancerTunnelInterfaceType>values()
-
-
-
Field Detail
-
NONE
public static final GatewayLoadBalancerTunnelInterfaceType NONE
Static value None for GatewayLoadBalancerTunnelInterfaceType.
-
INTERNAL
public static final GatewayLoadBalancerTunnelInterfaceType INTERNAL
Static value Internal for GatewayLoadBalancerTunnelInterfaceType.
-
EXTERNAL
public static final GatewayLoadBalancerTunnelInterfaceType EXTERNAL
Static value External for GatewayLoadBalancerTunnelInterfaceType.
-
-
Method Detail
-
fromString
public static GatewayLoadBalancerTunnelInterfaceType fromString(String name)
Creates or finds a GatewayLoadBalancerTunnelInterfaceType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding GatewayLoadBalancerTunnelInterfaceType.
-
values
public static Collection<GatewayLoadBalancerTunnelInterfaceType> values()
- Returns:
- known GatewayLoadBalancerTunnelInterfaceType values.
-
-