Show / Hide Table of Contents

Class ClientStatusRequest

Request for client status of clients identified by a list of NodeMatchers.

Inheritance
object
ClientStatusRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.TrafficDirectorService.v3.Data
Assembly: Google.Apis.TrafficDirectorService.v3.dll
Syntax
public class ClientStatusRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExcludeResourceContents

If true, the server will not include the resource contents in the response (i.e., the generic_xds_configs.xds_config field will not be populated). [#not-implemented-hide:]

Declaration
[JsonProperty("excludeResourceContents")]
public virtual bool? ExcludeResourceContents { get; set; }
Property Value
Type Description
bool?

Node

The node making the csds request.

Declaration
[JsonProperty("node")]
public virtual Node Node { get; set; }
Property Value
Type Description
Node

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
IList<NodeMatcher>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX