VpnLinkConnectionMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. VpnLinkConnectionMode
- com.
- com.
public final class VpnLinkConnectionMode
extends ExpandableStringEnum<VpnLinkConnectionMode>
Vpn link connection mode.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Vpn |
DEFAULT
Static value Default for Vpn |
static final
Vpn |
INITIATOR_ONLY
Static value Initiator |
static final
Vpn |
RESPONDER_ONLY
Static value Responder |
Constructor Summary
Constructor | Description |
---|---|
VpnLinkConnectionMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Vpn |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Vpn |
fromString(String name)
Creates or finds a Vpn |
static
Collection<Vpn |
values()
Gets known Vpn |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DEFAULT
public static final VpnLinkConnectionMode DEFAULT
Static value Default for VpnLinkConnectionMode.
INITIATOR_ONLY
public static final VpnLinkConnectionMode INITIATOR_ONLY
Static value InitiatorOnly for VpnLinkConnectionMode.
RESPONDER_ONLY
public static final VpnLinkConnectionMode RESPONDER_ONLY
Static value ResponderOnly for VpnLinkConnectionMode.
Constructor Details
VpnLinkConnectionMode
@Deprecated
public VpnLinkConnectionMode()
Deprecated
Creates a new instance of VpnLinkConnectionMode value.
Method Details
fromString
public static VpnLinkConnectionMode fromString(String name)
Creates or finds a VpnLinkConnectionMode from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known VpnLinkConnectionMode values.
Returns:
Applies to
Azure SDK for Java