Udostępnij za pośrednictwem


IpActionType Class

public final class IpActionType
extends ExpandableStringEnum<IpActionType>

Action to perform based on the match or no match of the IpMask.

Field Summary

Modifier and Type Field and Description
static final IpActionType ALLOW

Static value Allow for IpActionType.

Constructor Summary

Constructor Description
IpActionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IpActionType value.

Method Summary

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

Creates or finds a IpActionType from its string representation.

static Collection<IpActionType> values()

Gets known IpActionType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ALLOW

public static final IpActionType ALLOW

Static value Allow for IpActionType.

Constructor Details

IpActionType

@Deprecated
public IpActionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IpActionType value.

Method Details

fromString

public static IpActionType fromString(String name)

Creates or finds a IpActionType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IpActionType.

values

public static Collection<IpActionType> values()

Gets known IpActionType values.

Returns:

known IpActionType values.

Applies to