Class: Google::Cloud::Compute::V1::SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the user-defined field, as given in the definition.
-
#values ⇒ ::Array<::String>
Matching values of the field.
Instance Attribute Details
#name ⇒ ::String
27393 27394 27395 27396 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27393 class SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#values ⇒ ::Array<::String>
27393 27394 27395 27396 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27393 class SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |