Class: Google::Cloud::Compute::V1::FirewallPolicyRuleMatcher

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.

Instance Attribute Summary collapse

Instance Attribute Details

#dest_ip_ranges::Array<::String>



7321
7322
7323
7324
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7321

class FirewallPolicyRuleMatcher
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#layer4_configs::Array<::Google::Cloud::Compute::V1::FirewallPolicyRuleMatcherLayer4Config>



7321
7322
7323
7324
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7321

class FirewallPolicyRuleMatcher
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#src_ip_ranges::Array<::String>



7321
7322
7323
7324
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7321

class FirewallPolicyRuleMatcher
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#src_secure_tags::Array<::Google::Cloud::Compute::V1::FirewallPolicyRuleSecureTag>



7321
7322
7323
7324
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7321

class FirewallPolicyRuleMatcher
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end