Class: Google::Cloud::Compute::V1::MetadataFilterLabelMatch

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.



16125
16126
16127
16128
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16125

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.

Returns:

  • (::String)

    The value of the label must match the specified value. value can have a maximum length of 1024 characters.



16125
16126
16127
16128
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16125

class MetadataFilterLabelMatch
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end