Class NodeMatcher
Specifies the way to match a Node. The match follows AND semantics.
Implements
Inherited Members
Namespace: Google.Apis.TrafficDirectorService.v3.Data
Assembly: Google.Apis.TrafficDirectorService.v3.dll
Syntax
public class NodeMatcher : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NodeId
Specifies match criteria on the node id.
Declaration
[JsonProperty("nodeId")]
public virtual StringMatcher NodeId { get; set; }
Property Value
Type | Description |
---|---|
StringMatcher |
NodeMetadatas
Specifies match criteria on the node metadata.
Declaration
[JsonProperty("nodeMetadatas")]
public virtual IList<StructMatcher> NodeMetadatas { get; set; }
Property Value
Type | Description |
---|---|
IList<StructMatcher> |