VpnLinkConnectionMode Class

public final class VpnLinkConnectionMode
extends ExpandableStringEnum<VpnLinkConnectionMode>

Vpn link connection mode.

Field Summary

Modifier and Type Field and Description
static final VpnLinkConnectionMode DEFAULT

Static value Default for VpnLinkConnectionMode.

static final VpnLinkConnectionMode INITIATOR_ONLY

Static value InitiatorOnly for VpnLinkConnectionMode.

static final VpnLinkConnectionMode RESPONDER_ONLY

Static value ResponderOnly for VpnLinkConnectionMode.

Constructor Summary

Constructor Description
VpnLinkConnectionMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of VpnLinkConnectionMode value.

Method Summary

Modifier and Type Method and Description
static VpnLinkConnectionMode fromString(String name)

Creates or finds a VpnLinkConnectionMode from its string representation.

static Collection<VpnLinkConnectionMode> values()

Gets known VpnLinkConnectionMode values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding VpnLinkConnectionMode.

values

public static Collection values()

Gets known VpnLinkConnectionMode values.

Returns:

known VpnLinkConnectionMode values.

Applies to