Show / Hide Table of Contents

Class ClientConfig

All xds configs for a particular client.

Inheritance
object
ClientConfig
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.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
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
IList<PerXdsConfig>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX