Reference documentation and code samples for the Compute V1 Client class VersionedExpr.
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 type google.cloud.compute.v1.SecurityPolicyRuleMatcher.VersionedExpr
Namespace
Google \ Cloud \ Compute \ V1 \ SecurityPolicyRuleMatcherMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_VERSIONED_EXPR
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_VERSIONED_EXPR = 0;
SRC_IPS_V1
Value: 70925961
Matches the source IP address of a request to the IP ranges supplied in config.
Generated from protobuf enum SRC_IPS_V1 = 70925961;