Class: Google::Cloud::Compute::V1::MetadataFilterLabelMatch
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::MetadataFilterLabelMatch
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
MetadataFilter label name value pairs that are expected to match corresponding labels presented as metadata to the load balancer.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of metadata label.
-
#value ⇒ ::String
The value of the label must match the specified value.
Instance Attribute Details
#name ⇒ ::String
Returns Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.
20500 20501 20502 20503 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20500 class MetadataFilterLabelMatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
Returns The value of the label must match the specified value. value can have a maximum length of 1024 characters.
20500 20501 20502 20503 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20500 class MetadataFilterLabelMatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |