Class: Google::Cloud::Compute::V1::SecurityPolicyRuleMatcher

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

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

Defined Under Namespace

Modules: VersionedExpr

Instance Attribute Summary collapse

Instance Attribute Details

#config::Google::Cloud::Compute::V1::SecurityPolicyRuleMatcherConfig



32868
32869
32870
32871
32872
32873
32874
32875
32876
32877
32878
32879
32880
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32868

class SecurityPolicyRuleMatcher
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # 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.
  module VersionedExpr
    # A value indicating that the enum field is not set.
    UNDEFINED_VERSIONED_EXPR = 0

    # Matches the source IP address of a request to the IP ranges supplied in config.
    SRC_IPS_V1 = 70_925_961
  end
end

#expr::Google::Cloud::Compute::V1::Expr



32868
32869
32870
32871
32872
32873
32874
32875
32876
32877
32878
32879
32880
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32868

class SecurityPolicyRuleMatcher
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # 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.
  module VersionedExpr
    # A value indicating that the enum field is not set.
    UNDEFINED_VERSIONED_EXPR = 0

    # Matches the source IP address of a request to the IP ranges supplied in config.
    SRC_IPS_V1 = 70_925_961
  end
end

#expr_options::Google::Cloud::Compute::V1::SecurityPolicyRuleMatcherExprOptions



32868
32869
32870
32871
32872
32873
32874
32875
32876
32877
32878
32879
32880
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32868

class SecurityPolicyRuleMatcher
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # 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.
  module VersionedExpr
    # A value indicating that the enum field is not set.
    UNDEFINED_VERSIONED_EXPR = 0

    # Matches the source IP address of a request to the IP ranges supplied in config.
    SRC_IPS_V1 = 70_925_961
  end
end

#versioned_expr::String



32868
32869
32870
32871
32872
32873
32874
32875
32876
32877
32878
32879
32880
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32868

class SecurityPolicyRuleMatcher
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # 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.
  module VersionedExpr
    # A value indicating that the enum field is not set.
    UNDEFINED_VERSIONED_EXPR = 0

    # Matches the source IP address of a request to the IP ranges supplied in config.
    SRC_IPS_V1 = 70_925_961
  end
end