MetadataFilterLabelMatchResponse

data class MetadataFilterLabelMatchResponse(val name: String, val value: String)

MetadataFilter label name value pairs that are expected to match corresponding labels presented as metadata to the load balancer.

Constructors

Link copied to clipboard
constructor(name: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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