google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.MetadataFilterLabelMatch View Source

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

Attributes

  • name (type: String.t, default: nil) - Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.
  • value (type: String.t, default: nil) - The value of the label must match the specified value. value can have a maximum length of 1024 characters.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Compute.V1.Model.MetadataFilterLabelMatch{
  name: String.t(),
  value: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.