Show / Hide Table of Contents

Class NodeMatcher

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

Inheritance
System.Object
NodeMatcher
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.TrafficDirectorService.v2.Data
Assembly: Google.Apis.TrafficDirectorService.v2.dll
Syntax
public class NodeMatcher : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.Collections.Generic.IList<StructMatcher>

Implements

IDirectResponseSchema
In This Article
Back to top