Enum GatewaySecurityPolicyRule.BasicProfile (0.94.0)

public enum GatewaySecurityPolicyRule.BasicProfile extends Enum<GatewaySecurityPolicyRule.BasicProfile> implements ProtocolMessageEnum

enum to define the primitive action.

Protobuf enum google.cloud.networksecurity.v1.GatewaySecurityPolicyRule.BasicProfile

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALLOW

Allow the matched traffic.

ALLOW = 1;

ALLOW_VALUE

Allow the matched traffic.

ALLOW = 1;

BASIC_PROFILE_UNSPECIFIED

If there is not a mentioned action for the target.

BASIC_PROFILE_UNSPECIFIED = 0;

BASIC_PROFILE_UNSPECIFIED_VALUE

If there is not a mentioned action for the target.

BASIC_PROFILE_UNSPECIFIED = 0;

DENY

Deny the matched traffic.

DENY = 2;

DENY_VALUE

Deny the matched traffic.

DENY = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()