Enum SecurityPolicyRuleMatcher.VersionedExpr (1.51.0)

public enum SecurityPolicyRuleMatcher.VersionedExpr extends Enum<SecurityPolicyRuleMatcher.VersionedExpr> implements ProtocolMessageEnum

Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.

Protobuf enum google.cloud.compute.v1.SecurityPolicyRuleMatcher.VersionedExpr

Implements

ProtocolMessageEnum

Static Fields

NameDescription
SRC_IPS_V1

Matches the source IP address of a request to the IP ranges supplied in config.

SRC_IPS_V1 = 70925961;

SRC_IPS_V1_VALUE

Matches the source IP address of a request to the IP ranges supplied in config.

SRC_IPS_V1 = 70925961;

UNDEFINED_VERSIONED_EXPR

A value indicating that the enum field is not set.

UNDEFINED_VERSIONED_EXPR = 0;

UNDEFINED_VERSIONED_EXPR_VALUE

A value indicating that the enum field is not set.

UNDEFINED_VERSIONED_EXPR = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()