View Source GoogleApi.TrafficDirector.V3.Model.NodeMatcher (google_api_traffic_director v0.4.0)

Specifies the way to match a Node. The match follows AND semantics.

Attributes

  • nodeId (type: GoogleApi.TrafficDirector.V3.Model.StringMatcher.t, default: nil) - Specifies match criteria on the node id.
  • nodeMetadatas (type: list(GoogleApi.TrafficDirector.V3.Model.StructMatcher.t), default: nil) - Specifies match criteria on the node metadata.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.TrafficDirector.V3.Model.NodeMatcher{
  nodeId: GoogleApi.TrafficDirector.V3.Model.StringMatcher.t() | nil,
  nodeMetadatas: [GoogleApi.TrafficDirector.V3.Model.StructMatcher.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.