google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.SecurityPolicyRuleMatcher View Source

Represents a match condition that incoming traffic is evaluated against. Exactly one field must be specified.

Attributes

  • config (type: GoogleApi.Compute.V1.Model.SecurityPolicyRuleMatcherConfig.t, default: nil) - The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.
  • versionedExpr (type: String.t, default: nil) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Compute.V1.Model.SecurityPolicyRuleMatcher{
  config: GoogleApi.Compute.V1.Model.SecurityPolicyRuleMatcherConfig.t(),
  versionedExpr: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.