Dela via


NetworkRuleIpAction Class

public final class NetworkRuleIpAction
extends ExpandableStringEnum<NetworkRuleIpAction>

The IP Filter Action.

Field Summary

Modifier and Type Field and Description
static final NetworkRuleIpAction ALLOW

Static value Allow for NetworkRuleIpAction.

Constructor Summary

Constructor Description
NetworkRuleIpAction()

Method Summary

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

Creates or finds a NetworkRuleIpAction from its string representation.

static Collection<NetworkRuleIpAction> values()

Gets known NetworkRuleIpAction values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ALLOW

public static final NetworkRuleIpAction ALLOW

Static value Allow for NetworkRuleIpAction.

Constructor Details

NetworkRuleIpAction

public NetworkRuleIpAction()

Method Details

fromString

public static NetworkRuleIpAction fromString(String name)

Creates or finds a NetworkRuleIpAction from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding NetworkRuleIpAction.

values

public static Collection values()

Gets known NetworkRuleIpAction values.

Returns:

known NetworkRuleIpAction values.

Applies to