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
Default. |
|
static final
Vpn |
INITIATOR_ONLY
Initiator |
|
static final
Vpn |
RESPONDER_ONLY
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
Default.
INITIATOR_ONLY
public static final VpnLinkConnectionMode INITIATOR_ONLY
InitiatorOnly.
RESPONDER_ONLY
public static final VpnLinkConnectionMode RESPONDER_ONLY
ResponderOnly.
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<VpnLinkConnectionMode> values()
Gets known VpnLinkConnectionMode values.
Returns: