Class VpnLinkConnectionMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<VpnLinkConnectionMode>
com.azure.resourcemanager.network.models.VpnLinkConnectionMode
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class VpnLinkConnectionMode
extends com.azure.core.util.ExpandableStringEnum<VpnLinkConnectionMode>
Vpn link connection mode.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VpnLinkConnectionModeStatic value Default for VpnLinkConnectionMode.static final VpnLinkConnectionModeStatic value InitiatorOnly for VpnLinkConnectionMode.static final VpnLinkConnectionModeStatic value ResponderOnly for VpnLinkConnectionMode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VpnLinkConnectionModefromString(String name) Creates or finds a VpnLinkConnectionMode from its string representation.static Collection<VpnLinkConnectionMode> values()Gets known VpnLinkConnectionMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
DEFAULT
Static value Default for VpnLinkConnectionMode. -
RESPONDER_ONLY
Static value ResponderOnly for VpnLinkConnectionMode. -
INITIATOR_ONLY
Static value InitiatorOnly for VpnLinkConnectionMode.
-
-
Constructor Details
-
VpnLinkConnectionMode
Deprecated.Use thefromString(String)factory method.Creates a new instance of VpnLinkConnectionMode value.
-
-
Method Details
-
fromString
Creates or finds a VpnLinkConnectionMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding VpnLinkConnectionMode.
-
values
Gets known VpnLinkConnectionMode values.- Returns:
- known VpnLinkConnectionMode values.
-
fromString(String)factory method.