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
Returns Name of the user-defined field, as given in the definition.
28791 28792 28793 28794 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28791 class SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#values ⇒ ::Array<::String>
Returns Matching values of the field. Each element can be a 32-bit unsigned decimal or hexadecimal (starting with "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff").
28791 28792 28793 28794 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28791 class SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |