View Source GoogleApi.TrafficDirector.V3.Model.NodeMatcher (google_api_traffic_director v0.2.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
Unwrap a decoded JSON object into its complex fields.