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-
(::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-
value (::String) — Name of metadata label.
The name can have a maximum length of 1024 characters and must be at least 1 character long.
-
(::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-
(::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-
value (::String) — The value of the label must match the specified value.
value can have a maximum length of 1024 characters.
-
(::String) — The value of the label must match the specified value.
value can have a maximum length of 1024 characters.