Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::MetadataFilterLabelMatch.
MetadataFilter label name value pairs that are expected to match corresponding labels presented as metadata to the load balancer.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.
Returns
- (::String) — Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.
#value
def value() -> ::String
Returns
- (::String) — The value of the label must match the specified value. value can have a maximum length of 1024 characters.
#value=
def value=(value) -> ::String
Parameter
- value (::String) — The value of the label must match the specified value. value can have a maximum length of 1024 characters.
Returns
- (::String) — The value of the label must match the specified value. value can have a maximum length of 1024 characters.