Class ClientStatusRequest
Request for client status of clients identified by a list of NodeMatchers.
Inheritance
System.Object
ClientStatusRequest
Implements
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 ClientStatusRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NodeMatchers
Management server can use these match criteria to identify clients. The match follows OR semantics.
Declaration
[JsonProperty("nodeMatchers")]
public virtual IList<NodeMatcher> NodeMatchers { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<NodeMatcher> |