google_api_compute v0.3.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 (SecurityPolicyRuleMatcherConfig): 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. Defaults to: null.
  • versionedExpr (String.t): 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. Defaults to: null.

    • Enum - one of [SRC_IPS_V1]

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: any()
}

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.