Show / Hide Table of Contents

Class ClientConfig

All xds configs for a particular client.

Inheritance
System.Object
ClientConfig
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 ClientConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Node

Node for a particular client.

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

XdsConfig

Declaration
[JsonProperty("xdsConfig")]
public virtual IList<PerXdsConfig> XdsConfig { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<PerXdsConfig>

Implements

IDirectResponseSchema
In This Article
Back to top