Enum SecurityPolicyRuleMatcher.Types.VersionedExpr (2.0.0)

public enum 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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
SrcIpsV1

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

UndefinedVersionedExpr

A value indicating that the enum field is not set.