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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
SRC_IPS_V1 |
Matches the source IP address of a request to the IP ranges supplied in config. |
SRC_IPS_V1_VALUE |
Matches the source IP address of a request to the IP ranges supplied in config. |
UNDEFINED_VERSIONED_EXPR |
A value indicating that the enum field is not set. |
UNDEFINED_VERSIONED_EXPR_VALUE |
A value indicating that the enum field is not set. |
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() |